2013-04-02 108 views

回答

15

後,Android工具更新命令adb shell pm setInstallLocation 2已更改爲adb shell pm set-install-location 2(注意命令是區分大小寫)

更新教程可以成立here

5

安卓的installLocation = 「preferExternal」

<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
    package="com.example.fpm" 
    android:versionCode="1" 
    android:versionName="1.0" 
    android:installLocation="preferExternal" 
    > 

Refrence

相關問題