Tuesday, July 28, 2015

Setting Up Android Programming Environment on Eclipse (Mars) Manually

First download the eclipse Mars-Standard 4.5.0 M1 from this site. I'm gonna use eclipse Mars 64 bit in this post.
After downloading it, extract the file then double click the eclipse icon..

Then click help choose install new software,
We are going to install android ADT, so add new repo...





Just wait until it finished.....:-)
Ummm... btw... We can install this ADT offline, you can see this step from this site.
While installing this software we will gonna meet this notification,
Just click "OK" to continue installation process....
Then after finishing the installation, eclipse will need to be restarted..
After restarting...
Click "Open Preferences"...
Then browse to this directory :
C:\Users\USERNAME\AppData\Local\Android\sdk

Then click "Apply"
Finally.... You are going to see this :
Next... We are going to add or install or update android SDK, So click window-Android SDK Manager :
In this post I'm ticking just 8 packages :

Just hit the button pointed by above red arrow...:D
Theeen... wait until it finished.... :v :v :v


Okieee... For testing this installation, let's make a new android project....
Click File-New-Other as shown below :
Then click Android-Android Application Project,






Now the errors are gone...
Let's run in on real device....just right click the project--Run As--Android Application
Yeeeeei... That's all of it.... Thanks... :-)
Happy Android coding... :D :D :D




No comments:

Post a Comment