我AndroidManifest.xml按照文章中的描述添加了以下内容:
<application android:name="MyApp" ... android:installLocation="auto">
...
</application>
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8" />
Run Code Online (Sandbox Code Playgroud)
但Move to SD card我的应用程序仍然处于禁用状态(我手机上的其他已安装的应用程序可以成功移动到SD卡).它出什么问题了?
Nic*_*ckT 11
试过这个.你在appliction标签里面有一行.同意它不起作用.该文章将其显示为清单标记的一部分,如:
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nbt.keypad"
android:versionCode="1"
android:versionName="1.0"
android:installLocation="auto">
Run Code Online (Sandbox Code Playgroud)
那对我有用.
| 归档时间: |
|
| 查看次数: |
1230 次 |
| 最近记录: |