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 <d.strickl...@gmail.com> 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: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to