Android development [closed]

-1

What are the disadvantages of using Eclipse instead of Android Studio in developing an Android application?

I want to start developing my application, but on account of having a very limited hardware I think I'll use the same Eclipse IDE. I need to know the drawbacks.

    
asked by anonymous 15.04.2017 / 04:49

1 answer

1

Theoretically, you can develop for android using notepad only.

Eclipse is one of the most used IDEs for JAVA and until it emerged AS was one of the most used for Android as well.

If you have no choice, use Eclipse, but it does not compare. Eclipse uses a plugin to adapt to Android. AS is a version of IntelliJ made for Android.

It's not just editing, testing, and debugging, but compiling, digital signing, versioning applications, and even the desktop update is made easy and seamless throughout Android Studio.

    
15.04.2017 / 05:07