0

My book (Android Development for Dummies)is asking me to set Target in Create New AVD Section to 4.1 but eclipse doesn’t have an option lower than 6.1? Do I have to uninstall eclipse and install a different version?

greg-449
  • 109,219
  • 232
  • 102
  • 145

1 Answers1

0

Seems like your book is kind of out of date. This option tells to Avd Manager which android version should the emulator use, so there's no problem in target version 6.1, since it offers compatibility with previous versions SDK resources. I strongly recommend that you migrate to start use Android Studio, because it facilitates various tasks and is a more mature tool to interact with Android development SDK and resources.

Daniel Gunna
  • 327
  • 2
  • 8