SyntaxFix
Write A Post
Hire A Developer
Questions
In my case i written <activity android:".Stopwatch"/> instead of <activity android:name=".Stopwatch"/> in android manifest.
<activity android:".Stopwatch"/>
<activity android:name=".Stopwatch"/>
Check your manifest and gradle file again.