I'm trying to follow the instructions for installing the android sdk found here:
http://developer.android.com/sdk/installing/adding-packages.html
After i've unpackaged and i run the android program under tools, I don't get all the options that I'm supposed to. The only 2 folders that show up are tools, and extras. Under tools, it only shows the "Android SDK Tools" with the status "Installed". Under the "extas" folder, I have nothing.
I've made sure that my http: proxy settings are correct.
And I've checked the logs. there are no errors.
According to the android developer site, I'm supposed to install the SDK platform tools.
has anyone tried this on ubuntu? I also checked and saw others were instructed to do an apt-get install ia32-libs but it failed for me. Besides which, I am running the 32bit os... so I don't think i would need to install that... ??
I've also tried following the instructions found here:
http://forums.team-nocturnal.com/showthread.php/772
But... I can't seem to add the personal archive nilarimogard without getting an error message.
when i attempt:
sudo add-apt-repository ppa:nilarimogard/webupd8
I get the message:
Traceback (most recent call last): File
"/usr/bin/add-apt-repository", line 125, in
ppa_info = get_ppa_info_from_lp(user, ppa_name) File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 80,
in get_ppa_info_from_lp
curl.perform() pycurl.error: (7, "couldn't connect to host") root@jll:/home/me/Documents#
any suggestions?
Thanks.