Create first android project using adt-bundle-linux-x86
If you make android applications then in this tutorial you’ll learn how to create an Android project.
The easy way is to use adt bundle linux.
To use the ADT bundle Linux you need to install JRE and JDK.
1 | jre-7u9-linux-i586 |
1 | jdk-7u9-linux-i586 |
You can get from oracle website.
The ADT Bundle includes everything you need to begin developing apps.
You can get it from here.
Unarchive the zip file and go to the folder:
1 2 3 | $ cd adt-bundle-linux-x86/ $ ls eclipse sdk |
Open the eclipse folder and run the binary.
The first image it’s splash logo, see:
The next image shows us the eclipse interface.
To make one project just go to File – New Project.
The wizard asks to select the type of project.
This can be: from existing source code, sample project or new android project.
After you write the source code, just run the project.
The output will be run in android emulator.
Also, you need to make settings for this emulator.
I will come with more tutorials.