I’m trying to add my own activity, so I add:
\<activity android:name="com.mycompany.MyActivity"\> \<intent-filter\> \<action android:name="android.intent.action.ACTIVITY" /\> \<category android:name="android.intent.category.DEFAULT" /\> \</intent-filter\> \</activity\>
But I get the error every time I edit the Android.Manifest.xml, even after I remove the code the error persists.