I am still new in android development and just decided to learn. however i encounter some problem that drive me nuts this couple hours.. i just want to create a new project with this setting
the problem is i can't create new blank activity with it, it says it requires a build target API version of at least 14, and the current version is 8
I just want to try build an app that support from Android 2.2 (API 8) onwards.. is that just not possible right now to create an Android 2.2 compatible apps with blank activity template? so in order to use blank activity template i must use Android 4.0 (API 14)? is that correct?