I hope you can help me ... after I installed everything (everything: ADT
, Eclpse
, SDK
and ALL Android UPDATES)), no matter how many projects I create, SRC
of eclipse, can someone help me ...
photo below ...
I hope you can help me ... after I installed everything (everything: ADT
, Eclpse
, SDK
and ALL Android UPDATES)), no matter how many projects I create, SRC
of eclipse, can someone help me ...
photo below ...
Right click on the project, Android tools, sdd libraries. See the min and compile version in the manifest if it matches the versions you have available for Android to compile.
Use the external project jar instead of the project itself, and more practical.
Use Android studio, VC avoids 60% of problems
Use Android
Studio it has full support for Android
and it is possible 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