Cannot run Android application on emulator/device - activity doesn't exist?
Posted
by Eno
on Stack Overflow
See other posts from Stack Overflow
or by Eno
Published on 2010-04-20T18:32:02Z
Indexed on
2010/04/20
18:33 UTC
Read the original article
Hit count: 292
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?
© Stack Overflow or respective owner