Can I develop Android applications using the Eclipse IDE for Java EE?

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

I am using the Eclipse IDE for Java EE to create web services for applications. In addition, I now have a need to develop Android applications. That's why, I want to use the same IDE for both. Is it possible?

+4
source share
3 answers

Yes, you just need to get the Android SDK from here: http://developer.android.com/sdk/index.html Then you will need to connect Eclipse, for help> Install new software and enter the link: https: // dl-ssl .google.com / android / eclipse / . This will give you the plugin you need.

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

+4
source

The new Android SDK works with the latest versions of Eclipse (you will have a problem a few months ago, especially on Linux).

http://developer.android.com/sdk/installing/installing-adt.html This is really informative. You can also find everything you want to start development. Enjoy

+3
source

You must be able to. Just make sure you download the Android SDK and ADT.

+1
source

All Articles