gpt4 book ai didi

android - list 中缺少 uses-sdk

转载 作者:搜寻专家 更新时间:2023-11-01 07:56:44 25 4
gpt4 key购买 nike

我正在关注 developer.android.com 的培训部分,在那里我可以阅读:

One of the most important elements your manifest should include is the element.

但是,我拥有的自动生成的 list 是:

    <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.david.myapplication" >

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.example.david.myapplication.MainActivity"
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>

在我看不到的地方。我必须将其视为正常行为吗?我必须自己添加吗?

可能有用:我使用的是 AndroidStudio 而不是 Eclipse/ADT

最佳答案

Android Studio 使用较新的基于 Gradle 的构建系统。它的manifest merger根据 AndroidManifest.xml 文件和 build.gradle 文件中的信息为您创建实际 list 。

特别是,uses-sdk 信息通常来自 build.gradle

关于android - list 中缺少 uses-sdk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26932001/

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