Ad

Showing posts with label IDE Related. Show all posts
Showing posts with label IDE Related. Show all posts

Wednesday, July 9, 2014

Eclipse keys

Format code and xml file structure using "ctrl + shift + F" everywhere so that the code remains consistent and easy to understand. Also correct indentation of the implemented code using "ctrl + I".

Sunday, May 26, 2013

Android Studio not starting

After installing Android studio, it wouldn't run (normal or admin didn't change a thing). 
You will need to create a system environment variable named JDK_HOME with your JDK installation path (in my case C:\Program Files\Java\jdk1.7.0_21\ ). Android studion should now launch.