Update Eclipse with Android development tools v. 23
⚡TLDR
To update Eclipse's ADT to version 23, follow these quick and simple steps:
- Navigate to
Help
>Install New Software...
- In the Add dialogue box, for Name, enter
ADT Plugin
, and for URL, enterhttps://dl-ssl.google.com/android/eclipse/
- In the available software list, find and select
Developer Tools
. Then, clickNext>
, and complete the wizard to finish the installation. - Finally,
restart Eclipse
for the changes to take effect.
If the HTTPS URL fails, try using the HTTP fallback URL: http://dl-ssl.google.com/android/eclipse/
It's noteworthy that this guide is specific to ADT version v23.0.2, which is the recommended update due to numerous improvements and bug fixes.
Handling common chasms and roadblocks
Resolving prevalent impediments
During the updating journey, you might encounter some bumpy patches like missing SDK files or conflict with outdated ADT. These solutions can help you smooth out the road ahead:
- Missing proguard files: If they're missing after the update, take a detour — manually copy these files from an older SDK (like from SDK_r22.6.2), until Google offers a map update (official fix).
- Zipalign tool missing: If this tool disappears from 'build-tools/', you can either move it to 'tools/', or create a symbolic link. Like having a spare tire, it can save the day!
- ADT not uninstalling automatically: When trouble strikes, ever heard of "Turn it off and on again"? Use the option to "Update my installation to be compatible with items being installed", or manually uninstall the previous version of ADT.
Advanced navigational guidelines
- A fresh start with new ADT bundles might sometimes be a more appealing route than upgrading your current situation.
- Stay updated on Google's issue tracker for the latest news on missing SDK files: http://code.google.com/p/android/issues/detail?id=72419.
- If Eclipse's roadmap seems overwhelming, consider a change of vehicle to Android Studio. Google's got it's back and it rides really smooth!
The tidiness of your vehicle (Eclipse)
- Make sure you're riding the newest model of Eclipse to minimize chances of breakdowns during the journey to ADT v23.
- Be careful when uninstalling previous versions of ADT. You don't want to accidentally demolish your vehicle itself. To ensure this, navigate to
Help
>About Eclipse
>Installation Details
for a safe uninstallation.
Gearing up for future expeditions
Embracing new roads: Android Studio
- While we're currently focused on updating Eclipse, it's crucial to be aware of the rapidly changing terrains in tech. Android Studio is now Google’s preferred IDE and could be your next dream ride.
- Google has even provided an easy-to-follow migration guide (provided in references) to ensure a smooth ride transitioning from Eclipse to Android Studio.
Becoming a road savvy developer
- If your Eclipse presents a "Remediation Page" during the entire pitstop, follow the instructions carefully, like following road signs for a less bumpy ride.
- Don't rely on patchwork fixes for common issues, opt for comprehensive solutions. Just like a complete vehicle check-up is better than fixing just the engine.
- And finally, remember! You're not alone on this journey. Connect with other travelers (developers) to share and learn from common experiences.
Linked
Was this article helpful?