Do you use Eclipse to create an Android app? Do you use Android Studio?

Asked 2 years ago, Updated 2 years ago, 44 views

Currently, I am studying basic books that make apps through eclipse. In this book, the app is used in the Java language in eclipse I'm asking because I wonder if it's similar to running the same code in Android studio!

android eclipse

2022-09-22 21:31

1 Answers

Android Studio is an official IDE created by Google based on IntelliJ for Android app development. Of course, it can be developed with Eclipse, but ultimately it is a development environment to replace Eclipse.

Many libraries and Google-provided Android sample code are built on Android studios. It's hard to find a reason to use Eclipse unless you have to deal with legacy code. If you are in the process of starting Android development, I highly recommend Android Studio.


2022-09-22 21:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.