Problem when creating project

Asked

Viewed 74 times

2

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

Now I can’t do anything anymore because the project keeps giving error and neither compiles without errors more.

  • Some of these answers answered him?

  • 1

    Could show one of these error messages?

3 answers

2

Use the Android Studio it has full support to Android and is liable to use the Jetbrains, Google no longer provides support for ADT (eclipse plugin for developing Android), logo o ADT tends not to bear the new APIs do Android (which is currently in review 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 the Latest IDE updates. For help Moving Projects, see Migrating to Android Studio.

Source: http://developer.android.com/tools/help/adt.html

  • 2

    You don’t need to put code formatting on things that aren’t code, like product names. And, mainly, avoid editing other people’s posts to insert this. See http://meta.pt.stackoverflow.com/questions/1084/comorusdevemos-formatter-questions-answers/1297#1297. Thank you.

0

Put the error so that we understand better what is happening. But, as many have said, it’s recommended, almost forced xD, the use of Android Studio for application development. I particularly recommend and see immense advantages over the eclipse.

-1

To solve your problem you would have to read the error messages that appear on your console. But just in case, if you are a beginner in android development, I recommend 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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.