Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/183.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
默认情况下如何将Android应用程序安装到SD卡_Android_Adb - Fatal编程技术网

默认情况下如何将Android应用程序安装到SD卡

默认情况下如何将Android应用程序安装到SD卡,android,adb,Android,Adb,我遵循本教程将应用程序移动到sd卡 但是我的默认位置没有改变。我的手机内存已满,无法安装新的应用程序。在Android工具更新命令adb shell pm setInstallLocation 2更改为adb shell pm set INSTALLLOCATION 2后(注意该命令区分大小写) 可以创建更新的教程。在Android工具更新命令adb shell pm setInstallLocation 2更改为adb shell pm set INSTALLLOCATION 2后(注意该命

我遵循本教程将应用程序移动到sd卡


但是我的默认位置没有改变。我的手机内存已满,无法安装新的应用程序。

在Android工具更新命令
adb shell pm setInstallLocation 2
更改为
adb shell pm set INSTALLLOCATION 2
后(注意该命令区分大小写)


可以创建更新的教程。

在Android工具更新命令
adb shell pm setInstallLocation 2
更改为
adb shell pm set INSTALLLOCATION 2
后(注意该命令区分大小写)


可以创建更新的教程。

android:installLocation=“preferExternal”



android:installLocation=“preferExternal”



我认为这不是一个编程问题。试试好的。发布在android.stackexchange.com上,我不认为这是一个编程问题。试试好的。发布在android.stackexchange.com上
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.fpm"
    android:versionCode="1"
    android:versionName="1.0"
  android:installLocation="preferExternal"
     >