Your Android SDK is outdated or missing templates. Make sure you are using SDK version 22 or later.
The machine I use didn’t have Eclipse before, but I had to because of an SDK problem,
I have installed
64bit SDK here:
C:\Program Files\Java\jdk1.7.0_21
32bit SDK here:
C:\Program Files (x86)\Java\jdk1.7.0_21
Android-Studio is installed here:
C:\Program Files (x86)\Android\android-studio
Eclipse
C:\Program Files (x86)\Android\Eclipse
Now, on another part of this forum, a good post said changing the settings in Configure -> Project Defaults -> Project Structures , but I'm not sure what to change. I included the project in (project parameters), the list contains:
- None
- 1.7 (java version 1.7.0_21)
- Android SDK (java version 1.7.0_21)
I chose the Android SDK (java version 1.7.0_21). Then there are the NEW and Edit buttons. But when I try to give it the path C:\Program Files\Java\jdk1.7.0_21 etc., it says that it is incompatible.
My environment variables:
ANDROID_HOME = C:\Program Files (x86)\Java\jdk1.7.0_21 JAVA_HOME = C:\Program Files\Java\jdk1.7.0_21
Does anyone know how to fix this?
android android-studio
Jason Howells May 22 '13 at 9:24 a.m. 2013-05-22 09:24
source share