What Android API do people generally target in Eclipse...? I don't know what the key differences in functionality are for the various releases, or how this relates to Gideros.
In Gideros basically you need to download the latest Android API (which I think now is Android 4.2), and you can target at least Android 2.2 and higher
Comments
In Gideros basically you need to download the latest Android API (which I think now is Android 4.2), and you can target at least Android 2.2 and higher
More info here:
http://stackoverflow.com/questions/4568267/android-min-sdk-version-vs-target-sdk-version
Basically it is important to set min SDK as Android 2.2 which is version 8 and you rpactivally can target any SDK you want from min up to latest