Andriod support in version 9. Need help!

I created a new Android module using the "Create New Project" wizard. On the "Please select project JDK" screen
I don't see any SDK listed. I do have Android 2.1 SDK installed under C:\android-sdk-windows.

What do I need to do so IDEA9 can recognize the SDK I've installed?

Thanks
kmk

0
Avatar
Permanently deleted user

I'm using build 93.13 on Windows XP

0
Avatar
Permanently deleted user

Any response from JetBrains staff would be really helpful!

0
Avatar
Permanently deleted user

Hello, to use IDEA for Android development, you have to install Sun JDK besides Android SDK, and specify it in "Select Project JDK" dialog (by pressing "plus" button).
http://java.sun.com/javase/downloads/index.jsp

0
Avatar
Permanently deleted user

The place you select the Android SDK is in the Project Structure window.  Go to the "Modules" tab, click on the "Android" facet for your module, and it will give you a place to choose the SDK.

Peter

0
Avatar
Permanently deleted user

Thanks guys! After I installed the JSDK from Sun I was able to move through
the wizard and finally point IDEA to android to load the android platforms.

0

请先登录再写评论。