I had almost all the problems above using Ubuntu 9.10 on amd x64, but I solved them and here is how:
First, I had to force http: echo "sdkman.force.http=true" > ~/.android/ androidtool.cfg Then, create a tmp directory on the same level as the android_sdk_linux/ directory: mkdir tmp && chmod a+rwx tmp Lastly, change the ownership of the android_sdk_linux/ directory, to me: chown -R me:users android_sdk_linux/ Sometimes nothing happens when I click on a button, except that it gets marked and then if I hit enter, that will do it. Hopes this helps anyone, /Stefan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

