gpt4 book ai didi

android - 获取 http ://schemas. android.com/apk/res/android 时出错

转载 作者:行者123 更新时间:2023-11-30 01:46:32 25 4
gpt4 key购买 nike

好的,所以我正在浏览在线教程,然后当我尝试将我的 build.gradle 文件更改为 compileSdkVersion 21 而不是 23 时,一切都失去了情节,现在我以前的所有项目等都显示错误。

在 AndroidManifest.xml 中,2 个 http 行和所有 android: 都是红色的, Activity 开始标签下面也有一条红色波浪线。我不知道我做错了什么!几乎就像互联网已经消失了?只是一个菜鸟,所以我不知道请帮忙!

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/tools"
package="com.site.project" >

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >

<activity
android:name=".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>

最佳答案

这个答案扩展了@adelphus'

新的 app\build\intermediates\manifests\full\debug\AndroidManifest.xml 会列出这些错误。在 app > manifests 下的项目 Pane 中关闭并重新打开 AndroidManifest.xml 文件。

希望这对你有用。

关于android - 获取 http ://schemas. android.com/apk/res/android 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33639661/

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