-1

I'm really not sure where I should ask this, so please just tell me where to ask this sort of questions.

My problem is that I'm trying to use Eclipse to create Android Apps but it seems like Android SDK that I need to make this happen is not available anymore. The link of the SDK redirects me to Android Studio which I don't want to use because it's too laggy in my device.

Can I still use Eclipse to make Android apps in 2021?

hideme
  • 14
  • 3
  • 2
    Eclipse has not been supported for Android development for several years now. – greg-449 Jul 06 '21 at 06:24
  • You have to install Android ADT Bundle from third party links. Please note that, ADT bundle is discontinued and Android studio is the recommended way of development. In case you have no internet connection or less powerful machine then you can try ADT. – Robin Mollah Jul 06 '21 at 06:27
  • why don't try Android Studio – Yeshwin Verma Jul 06 '21 at 06:28

1 Answers1

0

you can install android plugin in your eclipse ide https://dl-ssl.google.com/android/eclipse/ after installed this plugin download android sdk in your computer via this link http://developer.android.com/sdk/index.html good luck

Mehmet Onar
  • 349
  • 2
  • 13