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