Archive
Setting up Android Development Environment on Ubuntu
# sudo apt-get update && sudo apt-get upgrade
# sudo apt-get install sun-java6-jdk
# apt-get install eclipse
While installing ADT plugin
Cannot complete the install because one or more required items could
not be found.
Software being installed: Android Development Tools
0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group
0.9.5.v200911191123-20404)
Missing requirement: Android Development Tools
0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group
0.9.5.v200911191123-20404) requires ‘org.eclipse.wst.xml.ui 0.0.0’ but
it could not be found
“Go to “Help/Install New Software…”
Add http://download.eclipse.org/releases/galileo/ to the update sites
list (strange it’s not installed by default on ubuntu)
>From there, install WST (use the filter box to find the package)
Restart eclipse
Go back to “Help/Install New Software…” and install the Android ADT
as explained on the android website.
Android SDK components
Add Android component as listed here under;-
- Platform SDK
- API
- Documentation
Go to the following menu
Window >Android SDK and AVD Manager>Available Packages.
Recent Comments