Android SDK - Is it possible to develop on Android 4.x?

Hi,



I’ve loaded the Eclipse Android SDK package as described by your documentation and it appears to only work with Android 2.3.x. Is it possible to develop on the current Android 4.x series? If not when might this be possible?



Thanks!

Hi,



Although the SDK’s minimum target is 2.3, the binaries should run on all versions of Android since then.



If you want to change the API version the SDK examples build against, you should make these changes:

  1. The value of “APP_PLATFORM” in Application.mak
  2. The value of “android:minSdkVersion” in AndroidManifest.xml



    Thanks,

    Joe