how to setup eclipse for android app development? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

how to setup eclipse for android app development?

Please guide me how to setup eclipse for android app development https://crbtech.in/android/best-android-training-institute-pune/

15th Nov 2018, 5:36 AM
Diya Sharma
Diya Sharma - avatar
5 Antworten
+ 1
Step 1: Setup Java Development Kit (JDK) You can download the JDK and install it, which is pretty easy. After that, you just have to set PATH and JAVA_HOME variables to the folder where you have java and javac. Step 2: Configure Android SDK After you have successfully installed the Android SDK, it is time to configure it. Just de-select the Documentation for Android SDK and Samples for SDK packages if you want to reduce the installation size and time. Click on Install 7 packages to continue with the installation. Step 3: Setup Eclipse IDE Install the latest version of Eclipse. Step 4: Setup Android Development Tools (ADT) Plugin Here you will learn to install the Android Development Tool plugin for Eclipse. To do this, you have to click on Help > Software Updates > Install New Software. Step 5: Create Android Virtual Device The last step is to create Android Virtual Device, which you will use to test your Android applications. To do this, open Eclipse and Launch Android AVD Manager from options Window > AVD Manager and click on New which will create a successful Android Virtual Device.Voila! You have successfully created Android Application Development environment. You are now ready to create a simple Rock Paper Scissors Android App. Step 6 : Calling the Java code in Eclipse We will save you the trouble of writing the java code for a simple Rock Paper Scissors app Step 7 : Testing Testing is as important as developing the app because your app will be of no use if it doesn't run properly or shows errors. Luckily, there is an integrated testing framework in Android Framework, which you can use to test all the aspects of your application. SDK tools can also help set up and test applications. SDK will help you test different aspects of your app no matter if you are planning on running your tests within an emulator or any Android device.
15th Nov 2018, 5:54 AM
Minakshi Sondule
+ 3
Why don't you use Android Studio, instead? Nowadays, it doesn't make a lot of sense to stick with archaic Eclipse IDE while there is an official, full-fledged development kit like Android Studio.
15th Nov 2018, 5:51 AM
Babak
Babak - avatar
+ 3
It was much better to also copy/paste the link! Because there are some good illustrative images that make it easier for her to keep up with tutorial. https://www.theserverside.com/tutorial/Step-by-step-guide-to-Android-development-with-Eclipse
15th Nov 2018, 6:27 AM
Babak
Babak - avatar
+ 1
If these guys (referring to the link provided) are really offering all that they say they are, you should ask them instead. 😁
15th Nov 2018, 5:52 AM
Janning⭐
Janning⭐ - avatar
0
Thanks Minakshi for your great answer..
15th Nov 2018, 6:57 AM
Diya Sharma
Diya Sharma - avatar