Skip to content

How to setup development environment

David Vavra edited this page Feb 2, 2016 · 2 revisions
  • Download latest stable IntelliJ IDEA, not AS
  • Open project - from sources, not Maven or Gradle.
  • Install Java 6 (needed if you want to generate release build to the repo)
  • Open Module settings, in SDKs change JDK to 1.6
  • Add IntelliJ Plugin SDK
  • Change SDK to IntelliJ in Project
  • Edit project iml file - change module type from JAVA_MODULE to PLUGIN_MODULE
  • Add Plugin configuration
  • Mark resources folder as resources
  • Press Run
  • New IDEA opens
  • Import test-app via Gradle
  • Setup android sdk in the new Idea
  • Verify that ButterKnife generation works
Clone this wiki locally