昨天我在尝试编译项目时得到了一个旧项目,但出现以下错误
属性中缺少 Android 命名空间前缀
<activity android:name="net.mxxxx.xxxxx.twitter.AuthTwitter" android:launchMode="singleTask" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data host="twitterAuth" android:scheme="xxxxxx" />
</intent-filter>
</activity>
最小 SDK 是“7”,我把它增加到 13,请帮助为什么会发生错误