Problem in android SDK

0

I am a beginner in development for Android and I have an error that I think is in SDK Android or some configuration I did wrong. Every time I start Eclipse this message appears to me. This message started appearing after I set Android Virtual Decives (AVD) .

    
asked by anonymous 03.06.2015 / 07:09

1 answer

0

Use Android Studio it has full support for Android and it is possible to use the jetbrains plugins, Google no longer supports ADT (so it may not be able to support% Android Wear ) (eclipse plugin to develop Android ), so ADT tends not to support the new Android APIs (currently in revision 22).

Note on ADT:

  

Note: If you have been using Eclipse with ADT, be aware that Android   Studio is now the official IDE for Android, so you should migrate to   Android Studio to receive all latest IDE updates. For help moving   projects, see Migrating to Android Studio.

Source: link

    
08.06.2015 / 00:54