I got a problem running an app from ADT (eclipse) on a Asus Nexus 7. On an SGS 3 however no problem occurs. ADT outputs the following error:
[ - com.myorg.project.package] New package not yet registered with the system. Waiting 3 seconds before next attempt.
[ - com.myorg.project.package] Starting activity com.myorg.project.package.MyActivity on device XYZ
[ - com.myorg.project.package] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.myorg.project.package/.MyActivity }
[ - com.myorg.project.package] ActivityManager: Error type 3
[ - com.myorg.project.package] ActivityManager: Error: Activity class {om.myorg.project.package/com.myorg.project.package.MyActivity} does not exist.
I found the following similar questions:
- Android error activity manager type 3 (Eclipse, using jni)
- New package not yet registered with the system. Error on a real phone
and did everything suggested: Removing any old version, rebooting the device, cleaning the project, restarting IDE. But nothing worked for me. Since it works on the SGS 3 I can't imagine any bug in the code, but suspect the configuration or the Android Version to be the problem. I can however launch an example app on the Nexus 7 via the IDE.
The Nexus 7 runs Android 4.3. The SGS 3 runs Android 4.1.2. Both updated stock versions.
Any ideas on how to eliminate possible causes?