有人可以告訴我我的Manifest文件有什麼問題嗎?我收到以下錯誤:元素類型「提供者」必須後跟屬性規範,「>」或「/>」
Element type 「provider」 must be followed by either attribute specifications, 「>」 or 「/>」
清單
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cypri.games"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".CyipsoidActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider android:name="MyContentProvider" android:authorities="com.cypri.games" />
</application>
</manifest>
你能多一點太平洋? – CyanPrime
@Cyan:我的回答有點好戰嗎? –
不,先生。我只是要求更多信息。 – CyanPrime