3

I am trying to create an Android Application Project, but I have had a number of problems. As it is now, I cannot get beyond the first dialog box. Here is the screenshot:

enter image description here

I am also reading that I have every sdk up to Android 4.1, even though I only have android 4.2, as shown in the following screenshots:

enter image description here

enter image description here

Additionally, when I open the android developer tools program, the following dialog box comes up:

enter image description here

even though, I have the Android Developer Toolkit version 21.1.0 installed on my machine, as shown by the following screen shot:

enter image description here

I am very confused right now. Could somebody please help me solve these problems? Would really appreciate it.

D Brown
  • 470
  • 2
  • 8
  • 21
  • Additionally, Could someone suggest some possible reason as to why I am seeing all these other SDKs when I only have Android 4.2 installed on my machine? Like I said, this is really confusing. – D Brown Apr 22 '13 at 23:39

1 Answers1

0

Holo Light Theme cannot be applied to Android 2.2. You need at least a minimum sdk of Android 3.

So either don't use Holo Theme or set you minimum to Android 3.

Edit: You may look into this instead: Update Android SDK Tool to 22.0.4(Latest Version) from 22.0.1

Community
  • 1
  • 1
DuKes0mE
  • 1,071
  • 18
  • 27
  • Did it work? Concerning your problem with your Android Developer Kit you may look into this as well: http://stackoverflow.com/questions/15105730/when-i-load-adt-why-do-i-receive-the-error-the-android-sdk-requires-android-dev – DuKes0mE Apr 22 '13 at 23:44