如何让我的应用在Android Studio上安装在SD上

时间:2017-04-09 22:58:47

标签: android memory memory-management

但我想知道如何才能直接在SD上安装,因为我不想花费内部内存:/

1 个答案:

答案 0 :(得分:0)

Modify your manifest to include the following:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    android:installLocation="preferExternal"
    ... >

More information can be found in the Android Developer Site