android:targetSdkVersion 属性的问题

发布于 2024-10-31 19:53:44 字数 323 浏览 3 评论 0原文

我有一个在 Android 1.6(api 级别 4)中编译的应用程序,但我需要添加 android:installLocation 属性。我已将这一行放入 AndroidManifest.xml 中:

<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8"/>

我已将 android:targetSdkVersion 定义为 8,但 android:installLocation 无法正常工作。

I have an application compiled in Android 1.6 (api level 4) but I need to add android:installLocation attribute. I have put this line in my AndroidManifest.xml:

<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8"/>

I have defined the android:targetSdkVersion as 8, but the android:installLocation doesn't work right.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟酉 2024-11-07 19:53:44

您需要针对 Level 8 SDK 进行编译。

在此处的“向后兼容性”部分中查找第 3 点 http://developer.android。 com/guide/appendix/install-location.html

You need to compile against the Level 8 SDK.

Look for point number 3 in the Backwards Compatibility section here http://developer.android.com/guide/appendix/install-location.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文