Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to install platform-tools and other support packages to develop Android application using with Eclipse.

But I got this scene at Android SDK Manager. I can't see any "not installed" package like platform-tools , API , etc..

Any idea? Thanks.

androidsdkmanagerscene

share|improve this question

4 Answers

up vote 1 down vote accepted

Make sure that tools->settings->force https... is checked, check android sdk tools, then the install button will be enabled, now install 1 package (restart sdk manager)and after that other sdks will appear. (dont forget to close eclipse, and disable your antivirus while doing that) . this worked for me!

share|improve this answer
thanks, it solved my problem. – ersentekin Jan 5 at 9:25

Run SDK Manager as an Administrator.

How:

  • Right Click on SDK Manager
  • select run as an Administrator
share|improve this answer
  • open sdk manager -> click tools -> options -> clear cache ->close
  • click packages -> reload
share|improve this answer

I have the same problem when my computer is connected to the Internet through the company proxy server. The only solution I found is to connect computer directly to the Internet, without proxy.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.