Android tools not working on IntelliJ

android, intellij-idea

Solution

It is simple! Just use `[IntelliJ Idea Directory]\bin\idea64.exe`

Problem

I recently moved from eclipse to Intellij and I have problem with using Android tools. When I click Tools->Android->Monitor(DDMS included) I get error saying: Failed to load the JNI shared library "C:\Program Files\Java\jdk1.7.0_17\bin..\jre\bin\server\jvm.dll". I am using lastest community edition of Intellij. I would be thankful for any help.

Original source

Related problems