platform - Android package not registered on nexus 7 but working on S3 -


i got problem running app adt (eclipse) on asus nexus 7. on sgs 3 no problem occurs. adt outputs following error:

[ - com.myorg.project.package] new package not yet registered 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} not exist. 

i found following similar questions:

and did suggested: removing old version, rebooting device, cleaning project, restarting ide. nothing worked me. since works on sgs 3 can't imagine bug in code, suspect configuration or android version problem. can launch example app on nexus 7 via ide.

the nexus 7 runs android 4.3. sgs 3 runs android 4.1.2. both updated stock versions.

any ideas on how eliminate possible causes?

the problem had

<application     android:enabled="false"/> 

in androidmanifest.xml. blocked execution on nexus 7 android 4.3 not on sgs3 android 4.1.2. don't understand why attribute ignored on sgs3 , find if added in 4.3 (http://developer.android.com/guide/topics/manifest/application-element.html#enabled). hope helps somebody.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -