当我从 Google PLAY 安装时,我无法将我的应用程序移动到内部存储器。但是,从 Eclipse 中,我在开发时可以移动它,如果我也直接从 .apk 安装。
我在 SD 卡中安装了其他应用程序。
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pedrera.ginTonic"
android:versionCode="14"
android:versionName="2.7"
android:installLocation="preferExternal">
<uses-sdk android:minSdkVersion="8" />