IntelliJ IDEA - Android JDK doesn't work

前端 未结 14 1211
离开以前
离开以前 2021-02-05 11:13

I\'ve just installed IntelliJ IDEA 10.0.0.2 Community edition
I\'ve installed Android SDK ... (C:\\Program Files\\Android\\android-sdk-windows)

I want to make a ne

相关标签:
14条回答
  • 2021-02-05 11:56

    When you first create Android project/module, you must choose JDK, for this click "+" and select "JSDK" in menu, then select where your Java SDK is, for instance "c:\Program Files\Java\jdk1.6.0_20". Then click "Next" and in "SDK Properties" panel click "New" and select path to your Android SDK (a directory where "SDK Manager.exe" is).

    0 讨论(0)
  • 2021-02-05 12:08

    If you right click in the leftmost window you can create a new Android Plugin or some such. I was just fighting with this myself. I have never used IntelliJ before and really their docs are out of date. Apparently not up to the current version.

    0 讨论(0)
提交回复
热议问题