Problem creating project [closed]

2

Every time I try to create a project in Eclipse Luna for Android in the Console of several error messages. I have already installed ADT and the normal SDK.

Now I can not do anything anymore because the project gets error and does not compile without more errors.

    
asked by anonymous 08.06.2015 / 06:58

3 answers

2

Use Android Studio it has full support for Android and is able to use the Jetbrains plugins, Google no longer supports ADT (eclipse plugin to develop Android), so ADT tends not to support the new APIs do Android (which is 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 / 13:56
0

Put the bug in order to better understand what's going on. But, as many have said, it is recommended, practically forced xD, the use of Android Studio for application development. I particularly recommend and see immense advantages over eclipse.

    
08.06.2015 / 17:24
-1

To solve your problem you would have to read the error messages that appear on your console. But for the sake of doubt, if you are a beginner in android development, I recommend that you start using Android Studio, because the same for some time is the official IDE for android development and I believe that it will not have these problems. p>     

08.06.2015 / 13:50