gpt4 book ai didi

android - 为什么我无法设置 minSdkVersion

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:28:40 27 4
gpt4 key购买 nike

我完全想不出为什么我似乎无法从 list 中为我的应用程序设置 minSdkVersion。我正在使用 Ubuntu OS 从终端编译 - 只需使用> ant debug

这是我的 list :

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="self.redway.menubardemo"
android:versionCode="1"
android:versionName="1.0">

<uses-sdk
minSdkVersion="11"
targetSdkVersion="20"/>

<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="MenuBarActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>

然而当我在终端编译输出时说:

[gettarget] 项目目标:Android 4.4W[gettarget] API 级别:20[gettarget] 警告:未设置 minSdkVersion 值。应用程序将安装在所有 Android 版本上。 [回声]------------

虽然它运行了应用程序,但是当我的最小目标设置为 11 时,应用程序没有给我预期的操作栏或全息主题。

我需要对构建路径做些什么还是有些棘手的事情。在这里或谷歌上一般找不到关于这个主题的任何东西。完全卡住了。

最佳答案

在您的属性中使用 android 命名空间前缀。也就是说,android:minSdkVersion 而不是默认的 minSdkVersion

targetSdkVersion 也存在同样的问题。

关于android - 为什么我无法设置 minSdkVersion,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25230558/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com