I have IntelliJ IDEA 9 setup successfully including all the Java SDKs necessary and the Android SDK too.
I created a simple project and to run it, I went to the Configurations to setup a virtual device. Device was created successfully but when I’m trying to run the app, nothing happens. The console shows the following:
Waiting for device.
"C:\Program Files\Android\android-sdk\tools\emulator.exe" -avd MyAvd0 -netspeed full -netdelay none
but no devices are shown… Am I missing something? The JetBrains wiki doesn’t say anything special as far as I read…
IntelliJ IDEA 9 is too old and doesn’t support new Android SDK versions. You can find workarounds in the issue linked above, but it’s recommended to use the latest IDEA version.
Long SDK path with spaces may also introduce problems.