我的应用程序安装在内部内存中,android:installLocation =“preferExternal”

时间:2012-12-26 18:30:14

标签: android android-manifest 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" />

1 个答案:

答案 0 :(得分:3)

引用the documentation

  

应用程序更喜欢安装在外部存储设备(SD卡)上。无法保证系统会遵守此请求。如果外部介质不可用或已满,或者应用程序使用前向锁定机制(外部存储不支持),则应用程序可能安装在内部存储上。