- Use the "Open" mechanism from the project chooser to add the project to your IDEA project rooster.
- Add a debug or run configuration for the plugin, with the "Use alternative JRE" flag set to Android Studio.
- For deployment make sure your Platform SDK is set to Android Studio with "Internal Java Platform" set to 1.6
The Plugin depends on ApacheCommons, Unirest and JSON.org (aka "Jackson"). Jars must be provided with the Plugin .zip itself. To avoid conflicting versions of the libs above, create a Unirest-with-dependencies.jar as described in this guide: http://blog.mashape.com/installing-unirest-java-with-the-maven-assembly-plugin/