gpt4 book ai didi

android - AndroidManifest.xml 中的 "Unresolved class"错误

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:44:36 25 4
gpt4 key购买 nike

我的 list xml 文件中出现错误:

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

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<service
android:name=".PlaySongService"
android:enabled="true"
android:exported="true"></service>
</application>

</manifest>

它在这一行给我一个错误:

 android:name=".PlaySongService"

错误信息如下:

Unresolved class 'PlaySongService'

Validates resource reference inside Android XML files.

我没有在 Stackoverflow 和其他地方找到任何有助于解决我的错误的方法。谁知道我做错了什么?

最佳答案

唯一对我有用的是 File > Invalidate Caches/Restart

关于android - AndroidManifest.xml 中的 "Unresolved class"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44261774/

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