I am interested in android .I use Eclipse with ADT plug-in and I have downloaded project from github site and try to understand this .
But xml file don't open the error message :
"This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in".
It seem that my ADT version is old for this recent project although I have installed v23.0.2.1 .
I need help to reach the last version for ADT or another solution for my problem.
Thanks
You can also get an updated version of the ADT plugin that adds support for the latest NDK and fixes some bugs related to native C/C++ debugging at: https://github.com/khaledev/ADT
In July 2017, Eclipse Oxygen is out and ADT is weakly supported (or unsupported). But it's still often necessary to get these working together properly (reasons vary). Here are instruction to bring up an Eclipse Oxygen (latest at the time of writing) with the ADT on Ubuntu Linux 16.04 (latest LTS at time).
sudo apt-get install openjdk-8-jdk
I needed OpenJDK 7 for my project (skip if not needed)
Hope this helps.
For the installation of Android ADT at Eclipse, do the following:
Then automatically it will install android plugins (for application development). Afterwards, restart for the better convenience. Thank you.
Do you use
Eclipse ADT Bundle
, I mean - beforeAndroid Studio 1.0
was released there was ADT Bundle - Eclipse with additional Android tools.Well I see, it's still available to download: http://tools.android.com/recent/eclipseadtbundleupdated
If you use it, please delete it and download clean Eclipse from this site: https://eclipse.org/downloads/packages/release/Mars/1
If you're planning to develop also in the other languages than Android accomodated Java, please free to download for example:
Eclipse IDE for C/C++ Developers
I had used
Eclipse for Eclipse
Eclipse IDE for Eclipse Committers 4.5.1` and 'Eclipse IDE for Java EE Developers', so I'm sure these are higly compatible with newet ADT Plugin.After you install Eclipse, you need to download and unpack
Stand-alone SDK Tools
, where you would find [here] http://developer.android.com/sdk/index.html#OtherNote: Already the latest version of Android SDK is
android-sdk_r24.4.1
.After downloading and unpack
Eclipse
andAndroid SDK
read this documentation: http://developer.android.com/sdk/installing/installing-adt.html or just follow these steps: