Showing posts with label Basic steps for android beginners. Show all posts
Showing posts with label Basic steps for android beginners. Show all posts

Friday, 27 September 2013

Beginners in Android

Beginner in Android? Develop Application now


1.Required Softwares for Android Application Development
      if u don't have jre7 or java then download here.
      To set the path of java right-click on My computer-->Advance System Setting-->
      in the Advance tab click on Environment Variable.
      In system Variable edit path and give your java path.
      ex:- ;C:\Program Files\Java\jdk1.7.0_25\bin
      That's all. The Process is shown below.






Now Extract the ADT bundle downloaded.
open Eclipse-->eclipse.exe.








Now to run the Application We need a Android Device.
So lets Create one Android Virtual Device(AVD).



Now lets run our Application.


Wait till the android device launces.



That's it.