|
Project Information
Links
|
Additional Eclipse plugins for Android
Refactoring (obsolete) Android Refactoring supports Rename type, Rename package, Move type refactoring. It refactors the manifest, layout files and generated package. This feature is included in the ADT 9.0.0. Android SDK Installer This plugin helps you to install ADT and Android SDK on Eclipse.
Name: Android SDK Installer
Eclipse will install Android SDK Installer, ADT plugins and all their requirements.
You will get the Android SDK Installer dialog:
You can also show to an existing Android SDK and the dialog will set a new Android Development environment. Android SDK Installer will install:
There is the contribution to platform/sdk project that implements this feature. See https://review.source.android.com/#change,19332. Now, you can start with the "Hello, world" cheat-sheet: Help>Android Development>Hello, world. Android SourcesThis plugin helps you to add source to android libraries in Eclipse. In ADT >=8.0.0 you can add Android sources to Android container for all your project with installing the Android source feature using http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update/ update site After installing the Android source feature all your existing projects as well as new created projects which is targeted for Android 4.0.1, 2.3.4, 2.3, 2.2, 2.1, 2.0.1, 1.6 and 1.5 will have attached the source jar. The plugin includes sources for the following API levels:
The plugin is about 240 MB size. Android Binary XML Editor (obsolete)This feature is included in the ADT 11.0.0. This plugin open xml files from the android.jar files. Namely, a XML editor can't open these files because they are in binary xml file. This plugin recognize the binary xml file and open corresponding file in SDK. The problem is only AndroidManifest.xml. ADT's Manifest editor associate to "AndroidManifest.xml" and open all files with this name. This editor can't open binary xml. It is bug in ADT.
Update site: http://adt-addons.googlecode.com/svn/trunk/binedit/com.android.ide.eclipse.binedit.update/ API Analysis pluginAPI Analysis plugin try to solve the issue described at http://code.google.com/p/android/issues/detail?id=13905 - ADT: Show warnings when using high-level API and a lower minSdkVersion than the targetSdkVersion. It work on the following way: - there is a compilation participant that compile an Android project yet another, but use android.jar from the minSdkVersion SDK instead of from target SDK. If errors exist they are converted to warning as : "API Level "minSdkVersion" compatibility problem (<original error>)". The user can select to ignore these errors, show warning (default) or show error. The compilation participant won't be executed in the following case:
Update site: http://adt-addons.googlecode.com/svn/trunk/apianalysis/com.android.ide.eclipse.api.analysis.updatesite/
|