-3
我有一個16 GB的SD卡的Z667TV1.0.0B08 Android手機。 我嘗試啓用調試模式,並使用輸出「2 [外部]」的命令「adb set-install-location 2」和「adb get-install-location」。 如何將應用程序移動到SD卡,或使其成爲默認安裝位置?移動應用程序到SD卡
我有一個16 GB的SD卡的Z667TV1.0.0B08 Android手機。 我嘗試啓用調試模式,並使用輸出「2 [外部]」的命令「adb set-install-location 2」和「adb get-install-location」。 如何將應用程序移動到SD卡,或使其成爲默認安裝位置?移動應用程序到SD卡
從API級別8開始,您可以允許將應用程序安裝在外部存儲設備(例如設備的SD卡)上。你可以用android:installLocation清單屬性聲明你的應用程序。欲瞭解更多詳情請訪問http://developer.android.com/guide/topics/data/install-location.html
什麼版本是你的android? –