Friday, December 13, 2013

How to install IntelliJ IDEA

[This process was accomplished using Ubuntu 12.04 LTS and IntelliJ IDEA 13]

Install Java:
http://lucastipss.blogspot.com.br/2013/11/how-to-installupdate-java.html

Download Android SDK:
https://developer.android.com/sdk/index.html

To download the Target devices:
"run tools/android, under android_sdk_YOUR_OS, to retrieve the targets, check the option that says “force https to be fetched using http” under settings. And finally, under “Available packages,” select the version of Android you want. ", author.

Download IntelliJ community edition:
http://www.jetbrains.com/idea/download/

Then, extract the folder where you want to be the path to the installation.

Apply the rights to run the executable:
sudo chmod +x [path to the installation]/bin/idea.sh

Do this process to increase the limit
http://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit

Done!

To run the IDE, just run:
./[path to the installation]/bin/idea.sh

If you want, you can create an icon through the application Alacarte:
http://lucastipss.blogspot.com.br/2013/11/ubuntu-how-to-add-application-to.html

No comments:

Post a Comment