Following line in plugin.xml <depends>org.jetbrains.android</depends> throws an error: can not resolve plugin org.jetbrains.android
As per the post here, I added android.jar file (/sdk/platforms/android-25/android.jar) to classpath of IDEA SDK. (File -> Project Structure -> Platform SDKs -> SDKs -> Add Android SDK from the Android home directory)
Still the error persists. Am I doing it right? Any help?
android.jaris the Android SDK, not the Intellij plugin