Android eclipse development tool

Android eclipse development tool

Community

Participate

Eclipse IDE

  1. Home
  2. Downloads
  3. Packages
  4. Release
  5. Eclipse IDE Neon
  6. M6
  7. Eclipse for Android Developers

Eclipse for Android Developers

Package Description

An IDE for developers creating Android applications.

This package includes:

  • Eclipse Git Team Provider
  • Eclipse Java Development Tools
  • Maven Integration for Eclipse
  • Mylyn Task List
  • Code Recommenders Tools for Java Developers
  • Eclipse XML Editors and Tools
  • org.eclipse.andmore.android.basic.feature
  • org.eclipse.andmore.ndk.feature
  • org.eclipse.andmore.hierarchyviewer.feature
  • org.eclipse.andmore.traceview.feature
  • org.eclipse.andmore.gldebugger.feature
  • org.eclipse.buildship
  • org.eclipse.egit
  • org.eclipse.egit.import
  • org.eclipse.egit.mylyn
  • org.eclipse.epp.package.common.feature
  • org.eclipse.equinox.p2.user.ui
  • org.eclipse.help
  • org.eclipse.jdt
  • org.eclipse.jgit
  • org.eclipse.m2e.feature
  • org.eclipse.m2e.logback.feature
  • org.eclipse.mylyn.context_feature
  • org.eclipse.mylyn_feature
  • org.eclipse.mylyn.bugzilla_feature
  • org.eclipse.mylyn.git
  • org.eclipse.mylyn.hudson
  • org.eclipse.mylyn.ide_feature
  • org.eclipse.mylyn.java_feature
  • org.eclipse.mylyn.wikitext_feature
  • org.eclipse.platform
  • org.eclipse.rcp
  • org.eclipse.recommenders.rcp.feature
  • org.eclipse.recommenders.snipmatch.rcp.feature
  • org.eclipse.recommenders.mylyn.rcp.feature
  • org.eclipse.wst.xml_ui.feature

Maintained by: Eclipse Packaging Project

Bugzilla

Bug ID Title Status
512672 DDMS files not found — org.eclipse.andmore.ddms NEW
530999 Cannot execute Eclipse.exe after extract NEW
512671 Unable to execute early startup code for the org.eclipse.ui.IStartup NEW
512670 Problems occurred when invoking code from plug-in org.eclipse.ui.workbench NEW
493641 [Welcome] Adopt Solstice theme for Android package NEW
496792 I see errors when i open eclipse for android . NEW
492475 Error when loading the sdk NEW

Bugs listed in italics indicate the bug has been moved to another project.

Bug ID Title Status
495378 Add incubation to Android Neon Package CLOSED

Bugs listed in italics indicate the bug has been moved to another project.

Источник

Android eclipse development tool

Community

Participate

Eclipse IDE

  1. Home
  2. Downloads
  3. Packages
  4. Release
  5. Eclipse IDE Neon
  6. RC1
  7. Eclipse for Android Developers

Eclipse for Android Developers

Package Description

An IDE for developers creating Android applications.

This package includes:

Maintained by: Eclipse Packaging Project

Bugzilla

Bug ID Title Status
512672 DDMS files not found — org.eclipse.andmore.ddms NEW
530999 Cannot execute Eclipse.exe after extract NEW
512671 Unable to execute early startup code for the org.eclipse.ui.IStartup NEW
512670 Problems occurred when invoking code from plug-in org.eclipse.ui.workbench NEW
493641 [Welcome] Adopt Solstice theme for Android package NEW
496792 I see errors when i open eclipse for android . NEW
492475 Error when loading the sdk NEW

Bugs listed in italics indicate the bug has been moved to another project.

Bug ID Title Status
495378 Add incubation to Android Neon Package CLOSED

Bugs listed in italics indicate the bug has been moved to another project.

New and Noteworthy

Testing Details

Package Testers

The Eclipse Installer 2021‑09 R now includes a JRE for macOS, Windows and Linux.

Get Eclipse IDE 2021‑09

Install your favorite desktop IDE packages.

More Downloads

You will need a Java runtime environment (JRE) to use Eclipse (Java SE 11 or greater is recommended). Some of the packages come with a JRE. All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.

Источник

ADT Plugin Release Notes

See also

Android Development Tools (ADT) is a plugin for the Eclipse IDE that extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add packages based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) .apk files in order to distribute your application.

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.

Note that before you can install or use ADT, you must have compatible versions of both the Eclipse IDE and the Android SDK installed. For details, make sure to read Installing the Eclipse Plugin.

For information about the features provided by the ADT plugin, such as code editor features, SDK tool integration, and the graphical layout editor (for drag-and-drop layout editing), see the Android Developer Tools document.

Revisions

The sections below provide notes about successive releases of the ADT Plugin, as denoted by revision number.

For a summary of all known issues in ADT, see http://tools.android.com/knownissues.

ADT 23.0.6 (March 2015)

ADT 23.0.4 (October 2014)

ADT 23.0.3 (August 2014)

ADT 23.0.2 (July 2014)

ADT 23.0.0 (June 2014)

ADT 22.6.3 (April 2014)

When you create an Android Wear virtual device in the AVD manager, a target API Level lower than 19 may be selected by default. Make sure you select the target API Level 19 when creating Android Wear virtual devices.

Читайте также:  Как установить фон android studio

ADT 22.6.2 (March 2014)

Changed the URL for the Android Developer Tools update site to require HTTPS.

Note: If you are updating ADT, make sure you use HTTPS in the URL for the Android Developer Tools update site.

  • Fixed a problem where Eclipse was non-responsive for a few seconds after opening an XML file. (Issue 67084)
  • Fixed a problem where the SDK Manager threw a NullPointerException after removing a virtual device that was created using the Android Wear system image. (Issue 67588)
  • Fixed a problem where the layout preview for large screens in Eclipse showed the resources from the drawable-* directories instead of those from the drawable-large-* directories.
  • Fixed a problem with Nexus 5 Android virtual devices created from the command line where the SD card file system was read-only.
  • ADT 22.6.1 (March 2014)

    Fixed a problem with virtual devices created using ADT 22.3 or earlier.

    If you created an Android Virtual Device using ADT 22.3 or earlier, the AVD may be listed as broken in the AVD Manager in 22.6.1. To fix this problem, select the virtual device on the AVD Manager and click Repair.

  • Fixed a problem with the command line tools when creating virtual devices. (Issue 66740)
  • Fixed a problem with the command line lint script.
  • Known Issues:

    When you create an Android virtual device using the Nexus 5 device definition, you must enable the Use Host GPU option, otherwise the virtual device will not start.

    ADT 22.6.0 (March 2014)

    Added support for Java 7 language features like multi-catch, try-with-resources, and the diamond operator. These features require version 19 or higher of the Build Tools. Try-with-resources requires minSdkVersion 19; the rest of the new language features require minSdkVersion 8 or higher.

    To use the new language features after installing ADT 22.6.0, ensure that you run Eclipse on JDK 7 and change your application project settings to use JDK 7.

  • Added new lint checks:
    • Security:
      • Look for code potentially affected by a SecureRandom vulnerability.
      • Check that calls to checkPermission use the return value.
    • Check that production builds do not use mock location providers.
  • Updated the New Project templates to include the v7 appcompat Support Library.
  • Updated the Android tools libraries to include the rendering sandbox, improvements for converting resource XML string declarations to layout strings, and other updates.
  • Improved the Gradle export wizard. Note that the new importer in Android Studio is the preferred way to migrate existing projects to Gradle.
  • Fixed a deadlock during startup.
  • Fixed an issue with RenderScript support. Using RenderScript support mode now requires version 19.0.3 of the Build Tools.
  • ADT 22.3.0 (October 2013)

    ADT 22.2.1 (September 2013)

    ADT 22.2 (September 2013)

    ADT 22.0.5 (July 2013)

    ADT 22.0.4 (July 2013)

    ADT 22.0.1 (May 2013)

    ADT 22.0.0 (May 2013)

    ADT 21.1.0 (February 2013)

    ADT 21.0.1 (December 2012)

    ADT 21.0.0 (November 2012)

    ADT 20.0.3 (August 2012)

    ADT 20.0.2 (July 2012)

    ADT 20.0.1 (July 2012)

    ADT 20.0.0 (June 2012)

    ADT 18.0.0 (April 2012)

    ADT 17.0.0 (March 2012)

    ADT 16.0.1 (December 2011)

    ADT 16.0.0 (December 2011)

    ADT 15.0.1 (November 2011)

    ADT 15.0.0 (October 2011)

    ADT 14.0.0 (October 2011)

    For a complete overview of the build system changes and what you need to do to support them, see the Android Tools Project site.

    General improvements:

    • Added a Welcome Wizard to help with the initial setup of the Android development environment (more info).
    • Integrated the Android Asset Studio, which helps you create icons for things like the launcher, menus, and tabs. (more info).
    • Revamped the Logcat view and added support to display and filter logs by application names as well as PIDs (more info).
    • Revamped the SDK Manager UI (more info).
    • Revamped the New Project and the New XML File wizards to have multiple pages. Sample projects are now copied into the workspace such that they can be modified and deleted without affecting the master copy (more info).
    • Removed the dependency on Eclipse GEF.

    XML and Java editors:

    • Added a new XML formatter that formats all XML files according to the standard Android coding style. The formatter can also reorder attributes to follow a recommended order and processes any changes made in the Layout editor. (more info).
    • Added the «Go to Matching» (Ctrl-Shift-P) feature, which lets you jump between opening and closing tags in XML files.
    • Added support for the «Select Enclosing Element» feature on Mac.
    • Added a Quickfix for extracting Strings when the caret is inside a String (see more).
    • Improved «smart indent», which allows automatic indentation and un-indentation when pressing the Return key in XML editors (more info).
    Читайте также:  Зомби против цветов для андроид

    Layout editor:

    • Added tooltip feedback for dragging and resizing operations. For example, when dragging in a relative layout, the proposed constraints are shown. When resizing, the new dimensions are shown (more info).
    • Added the ability to suppress rendering fidelity warnings (more info).
    • Added «Remove Container» visual refactoring that removes the children of a container up to the top level and transfers namespace and layout attributes if necessary (more info).
    • Added pull-right menus to the context menu for accessing properties of the parents, which is useful when the children fully cover the parent and make it hard to select on their own.
    • Improved access to properties in the context menu. The most frequently set attributes for each view are listed at the top of the menu. The Properties menu offers access to the most recently set attributes, attributes organized by their defining view, and layout attributes only or all attributes alphabetically (more info).

    Bug fixes: Fixed many bugs and added minor improvements, in particular some critical bug fixes on Linux.

    ADT 12.0.0 (July 2011)

    ADT 11.0.0 (June 2011)

    More information about tool changes are available on the Android Tools Project Site.

    ADT 10.0.1 (March 2011)

    ADT 10.0.0 (February 2011)

    ADT 9.0.0 (January 2011)

    ADT 8.0.1 (December 2010)

    This version of ADT is designed for use with SDK Tools r8. If you haven’t already installed SDK Tools r8 into your SDK, use the Android SDK Manager to do so.

    General notes:

    • This is a quick follow-up to ADT 8.0.0 to fix some bugs.
    • Fixes an issue in which projects failed to compile, citing a dex error.
    • Better ProGuard error reporting when exporting applications for release.

    Also see the recent release notes for 8.0.0, below.

    ADT 8.0.0 (December 2010)

    This version of ADT is designed for use with SDK Tools r8. If you haven’t already installed SDK Tools r8 into your SDK, use the Android SDK Manager to do so.

    General notes:

    • New version number scheme that follows the SDK Tools revision number. The major version number for your ADT plugin should now always match the revision number of your SDK Tools. For example, ADT 8.x is for SDK Tools r8.
    • Support for true debug build. You no longer need to change the value of the debuggable attribute in the Android Manifest.

    Incremental builds automatically insert debuggable=»true» , but if you perform «export signed/unsigned application package», ADT does not insert it. If you manually set debuggable=»true» in the manifest file, then release builds will actually create a debug build (it does not remove it if you placed it there).

  • Automatic ProGuard support in release builds. For it to work, you need to have a proguard.config property in the default.properties file that points to a ProGuard config file.
  • Completely rewritten Visual Layout Editor. (This is still a work in progress.) Now includes:
    • Full drag and drop from palette to layout for all Layout classes.
    • Move widgets inside a Layout view, from one Layout view to another and from one layout file to another.
    • Contextual menu with enum/flag type properties.
    • New zoom controls.
  • New HierarchyViewer plugin for Eclipse.
  • Android launch configurations no longer recompile the whole workspace on launch.
  • The location of android.jar source and javadoc can now be configured.
  • ADT 0.9.9 (September 2010)

    ADT 0.9.9 replaces ADT 0.9.8 and is designed for use with SDK Tools r7 and later. ADT 0.9.9 includes the ADT 0.9.8 features as well as an important bugfix, so we recommend that you upgrade as soon as possible. If you haven’t already installed SDK Tools r7 into your SDK, use the Android SDK Manager to do so.

    General notes:

    • Fixes a problem in project import, in which source files were deleted in some cases.
    • Includes all other ADT 0.9.8 features (see below).

    ADT 0.9.8 (September 2010)

    ADT 0.9.8 is now deprecated. Please use ADT 0.9.9 instead.

    General notes:

    • Adds a new Action, «Rename Application Package», to the Android Tools contextual menu. The Action does a full application package refactoring.
    • Adds support for library projects that don’t have a source folder called src/ . There is now support for any number of source folders, with no name restriction. They can even be in subfolder such as src/java . If you are already working with library projects created in ADT 0.9.7, see Migrating library projects to ADT 0.9.8 for important information about moving to the new ADT environment.
    • Adds support for library projects that depend on other library projects.
    • Adds support for additional resource qualifiers: car / desk , night / notnight and navexposed / navhidden .
    • Adds more device screen types in the layout editor. All screen resolution/density combinations listed in the Supporting Multiple Screens are now available.
    • Fixes problems with handling of library project names that contain characters that are incompatible with the Eclipse path variable. Now it properly sets up the link between the main project and the library project.
    Читайте также:  Material designs in android

    ADT 0.9.7 (May 2010)

    The ADT Plugin now supports the use of library projects during development, a capability that lets you store shared Android application code and resources in a separate development project. You can then reference the library project from other Android projects and, at build time, the tools compile the shared code and resources as part of the dependent applications. More information about this feature is available in the Creating and Managing Projects document.

    If you are not developing in Eclipse, SDK Tools r6 provides the equivalent library project support through the Ant build system.

    ADT 0.9.6 (March 2010)

    This version of ADT is designed for use with SDK Tools r5 and later. Before updating to ADT 0.9.6, we highly recommend that you use the Android SDK Manager to install SDK Tools r5 into your SDK.

    General Notes:

    • Editing default.properties outside of Eclipse will now automatically update the project.
    • Loads the SDK content only when a project requires it. This will make Eclipse use less resources when the SDK contains many versions of Android.
    • Resolves potential deadlock between modal dialogs, when launching ADT the first time with the SDK Usage panel.
    • Fixes issues with the New Project Wizard when selecting samples.

    AVD/SDK Manager:

    • Adds support for platform samples packages.
    • Improves support for dependency between packages.
    • AVDs now sorted by API level.
    • The AVD creation dialog now enforces a minimum SD card size of 9MB.
    • Prevents deletion of running AVDs.

    DDMS:

    • DDMS plug-in now contains the Allocation Tracker view.
    • New action in the Logcat view: «Go to problem» lets you go directly from an exception trace output to the code.

    Editors:

    • Explode mode in the Visual Layout Editor adds a margin to all layout objects so that it’s easier to see embedded or empty layouts.
    • Outline mode in the Visual Layout Editor draws layout outline to make it easier to see layout objects.
    • Several fixes in the configuration selector of the Visual Layout Editor.

    Application launching:

    • Applications launched from ADT now behave as if they were clicked from the Home screen.
    • Fixes an issue where add-ons without an optional library would not show up as valid targets for application launches.
    • Resolves a possible crash when launching applications.

    ADT 0.9.5 (December 2009)

    This version of ADT requires features provided in SDK Tools r4 or higher. If you install ADT 0.9.5, which is highly recommended, you should use the Android SDK Manager to download the latest SDK Tools into your SDK. For more information, see Exploring the SDK.

    General notes:

    • The AVD Launch dialog now allows you to set the scale value.
    • Fixes a potential NullPointerException in the SDK Manager when you launch an AVD that does not have a skin name specified.
    • Fixes an XML validation issue in older Java versions.
    • .apk packaging now properly ignores vi swap files as well as hidden files.

    ADT 0.9.4 (October 2009)

    This version of ADT requires features provided in SDK Tools r3 or higher. If you install ADT 0.9.4, which is highly recommended, you should use the Android SDK Manager to download the latest SDK Tools into your SDK. For more information, see Exploring the SDK.

    Project Creation Wizard:

    • New option to create a project from a sample by choosing it from a list.

    Layout Editor:

    • Improved Configuration selector that lets you see how your layout will render on different devices. Default device descriptions include ADP1 and Google Ion, while SDK add-ons can also provide new descriptions. A new UI allows you to create custom descriptions.
    • Adds a new clipping toggle, to let you see your full layout even if it’s bigger than the screen.

    DDMS integration:

    • Includes the improvements from the standalone DDMS, revision 3.
    • Adds an option to open HPROF files into eclipse instead of writing them on disk. If a profiler such as MAT (Memory Analyzer Tool) is installed, it’ll open the file.

    Android SDK and AVD Manager integration:

    • Includes the improvements from the standalone Android SDK and AVD Manager, revision 3.

    Источник

    Оцените статью