我正在按照本教程將應用程序移動到SD卡。如何安裝Android應用程序到SD卡默認
How to Install Android Apps to the SD Card by Default
但我的默認位置沒有改變。我的手機內存已滿,無法安裝新的應用程序。
我正在按照本教程將應用程序移動到SD卡。如何安裝Android應用程序到SD卡默認
How to Install Android Apps to the SD Card by Default
但我的默認位置沒有改變。我的手機內存已滿,無法安裝新的應用程序。
後,Android工具更新命令adb shell pm setInstallLocation 2
已更改爲adb shell pm set-install-location 2
(注意命令是區分大小寫)
更新教程可以成立here。
安卓的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"
>
我不認爲這是一個編程問題。試試http://android.stackexchange.com/ –
好吧。發佈在android.stackexchange.com上 –