[Solved] Error type 3 Error: Activity class {com..p.MainActivity} does not exist.

2023/08/21 22:28

Error

Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x20000000 cmp=com.exam.myapp/.MainActivity (has extras) }

Error type 3
Error: Activity class {com.exam.myapMainActivity} does not exist.

Solution

This happened when you delete the app during your build the app on physical device.

Leave a Reply

Back to top