-1

Hello i'm using eclipse neon and my problem is that in android sdk manager when im trying to install new packages i have selected api 24 and 25, i click install packages and when i get to licens agreement it says :

Package 'ARM 64 v8a System Image, Android API 24, revision 7' depends on 'Missing SDK Platform Android, API 24'.
Package 'Android TV Intel x86 Atom System Image, Android API 25, revision 2' depends on 'Missing SDK Platform Android, API 25'

I reloaded the packages and cleared the cache still doesn't fix. How can i fix this ? Thanks.

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
clint rock
  • 31
  • 2
  • 10

1 Answers1

1

You must move to Android Studio.

Google are no longer supporting the ADT plugin which is why it cant find API 24 or 25, see this blog post for more information:

http://www.androidpolice.com/2016/11/02/google-officially-ends-support-for-eclipse-android-developer-tools-in-favor-of-android-studio/

MichaelStoddart
  • 5,571
  • 4
  • 27
  • 49
  • Than why on my pc where i have installed adt plugin months ago it finds the api 24 and 25 and on my laptop when i'm trying to install now the plugin doesn't find it anymore ? – clint rock Dec 16 '16 at 14:24
  • I dont know, but the fact still remains, you need to move to android studio – MichaelStoddart Dec 16 '16 at 15:40
  • 1
    Google is no longer supporting the ADT plugin, and it is actively encouraging developers to migrate to Android Studio. Is the Eclipse Foundation still supporting and encouraging Developers to use Eclipse ADT for Android development, or did even the Eclipse Foundation give up and abandon Eclipse ADT? I am wondering if Android Studio and Eclipse ADT are still competitors, or if Eclipse ADT was defeated and they just gave up. It is obvious that Google wants everyone to use Android Studio, but what is the position of the Eclipse Foundation about that? – Jaime Montoya Mar 22 '17 at 16:55