intelliJ IDEA 13 error: please select Android SDK

android, intellij-idea, java

Solution

My Problem: "please select Android SDK", But everything is okey :( -> I think one of IntelliJ file was crashed (after blue screen of death)

My resolution:

File -> Settings -> Android SDK -> Android SDK Location Edit -> Next, Next (Android SDK is up to date.), Finished

... and crashed file was repaired!

Problem

I have installed `Android SDK 22.3` and `JDK 1.7 update 21` on `Win7 x64`. Now I created an empty android application project using `intelliJ 13.0.1` (also use Emulator as target device) and tried to build the project, but encountered the `'Error: Please select Android SDK'`. So I choose `Emulator` as the `Target Device`, but I could not select my AVD, as there is a `Error: Cannot find any configured Android SDK`. In the Project Structure, it clearly shows 'Android 4.4.2 platform' as Project SDK. So I am totally confused, don't know how to resolve the issue. ps. I was upgrading `intelliJ 12.1.2` to `intelliJ 13.0.1`, and all the settings were automatically inherited from 12.1.2 when launching 13.0.1, but it seems not all the settings were exactly copied over to 13.0.1, which is unexpected. cheers

Original source

Related problems