I have the same, tried various settings in AndroidManifest.xml: <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/> <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="10"/> Did not work on my device Samsung Nexus 4.0.1, funny enough it works in the emulator API 14 version 4.0 correct as it used to... On Jan 3, 9:46 am, David Strickland <[email protected]> wrote: > My issue was due to Android's compatibility features which kick in if > "<uses-sdk>" element is not set in the AndroidManifest. Once I added > "<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" / > > > > > > > > >" to the manifest everything was fine.
-- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
