Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I develop android applications using Eclipse IDE for Java EE?

I have downloaded Eclipse Helios for Java EE on my Mac. Now I want to develop an Android application. Can I use the same IDE for developing that android application?

I am using Eclipse IDE for Java EE to create webservices for applications. Also, now I got requirement to develop Android applications. Thats why, I want to use same IDE for both. Is that possible?

like image 243
Bharath Avatar asked Feb 20 '23 12:02

Bharath


1 Answers

Yes, you just need to get the Android SDK from here: http://developer.android.com/sdk/index.html Then you will need to get the Eclipse plug in by going to Help > Install New Software and input the link: https://dl-ssl.google.com/android/eclipse/ . This will give you the plugin you need.

All this can be found here: http://developer.android.com/sdk/installing/index.html

like image 65
BlackHatSamurai Avatar answered Feb 22 '23 02:02

BlackHatSamurai