Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot run Android application on emulator/device - activity doesn't exist?

When trying to run my application on the emulator I get an error from the activitymanager:

ActivityManager: Error type 3

My activity exists, is listed in the manifest (in fact, its the MAIN launcher activity).

Anyone know what this error means?

like image 863
Eno Avatar asked Apr 20 '10 18:04

Eno


1 Answers

If you are running Eclipse try Projects-->Clean... and clean the project before running again.

like image 71
Tim Avatar answered Nov 15 '22 04:11

Tim