[android-developers] Assigned SDK-Version, minSdkVersion and ADT emulator version
Hello,
I am working on a little App, which has an assigned SDK-Version library of Android 2.2. This App uses Android 2.2 upwards specific calls because of some multitouch features. But it also has some sort of compatibility code with a runtime configuration to support Android 1.6. So, from my point of view it should run on Android 1.6 and upwards. Therefore I have put
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8"/>
in the Manifest.
As I want to test this, but I don't have a 1.6 Phone, I tried with the emulator. Unfortunately the emulator selection dialog in the eclipse run configurations doesn't show me any (available) 1.6 emulations, instead it shows me only Android 2.2 and upwards devices.
Does someone know how to handle this situation?
R.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home