Friday, 23 September 2016

Simple Android Programming - Set Up Java JDK Environment Variable.


Hello Learners,

    This blog-post is about programming in android with simple techniques. Learn here the basics of android and java programming and some OOP concepts. Those learners who are new in programming field can learn and start a journey to become a programming ninja. To become an android programmer you need nothing but enthusiasm in you, okay lets start.

     So as per my posts this is the first lesson. Before start programming or coding we will discuss about the requirements for development. 
1. Android SDK and android studio 2.2 download the latest version.
2. Java JDK download the latest version.
3. PC with 4 GB RAM and latest processor.
Okay that's all. Now at very first install the Java JDK, if you set the path of installation then choose you folder otherwise it will be install in somewhere C:\Program Files\Java\jdk1.8.0_65

  1. Now right click on MyComputer icon, select Properties > Advance if using Windows 7 but if you are using windows 8 go to Control Panel > System > Advance System Settings.
  1. There you find a button named Environment Variable -by click this button you get.





now select CLASSPATH and click Edit... you get this window.




now then set the jre path you have installed in PC. Then hit OK, After that go to User Variable for user above the System Variable and set the PATH. See below figure.





and set the path where the jdk is installed and hit OK that's it.

     Ok then you have java JDK installed in PC, correctly set environment variable. Now then install Android Studio 2.2 which we downloaded earlier and make sure you are connected with a good speed internet connection. Now relax and sit back it takes some time to setting up and unzipping the files.

     That's all for today, we will discuss what to do next after installing android studio in our next chapter.

     Thank you,
     Android Developer.