Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clonn/9435556 to your computer and use it in GitHub Desktop.
Save clonn/9435556 to your computer and use it in GitHub Desktop.
setting android environment in IntelliJ IDE, 設定 intelliJ IDE 的方法,以及實際遇到的問題, include android sdk, jdk setting.

#start with intellijIDE

download intellijIDE

and flow the starting of android, because i want to learn android coding. :D

#first, download android sdk

by steps, just download android-sdk (the tools part) will be fine. you do not need to download a towns of eclipse packages.

#second, set project structure.

you can check project structure and find jdk setting, also added android sdk in sdk parts.

can check this post in stackoverflow.

#setting fininshed

now we can start to develope with android. YEAH!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment