Wednesday, June 16, 2010

Missing requirement: Structured Text Model while Android ADT installation on Ubuntu

Looks like eclipse on ubuntu doesn’t have a default update site configured, so after adding http://download.eclipse.org/releases/galileo/ to the update sites ADT installed just OK. Yupiiie!

As for setting the PATH to the sdk, it was

gedit ~/.bashrc

and adding

# adding android sdk tools path
export PATH=$PATH:/usr/share/androidsdk/android-sdk-linux_86/tools

to the end of the file (where /usr/share/androidsdk/android-sdk-linux_86 was the directory where sdk was unzipped).