0

I'm trying to make my SD card the default for downloading apps, and I'm using this guide

I've downloaded only the SDK Tools, as written there. The problem is that I don't have the platform tools package, which is required for it. I've done it already but it's another computer so that's why I didn't have the program.

I tried using this page and wrote this command:

android.bat update sdk --no-ui 

It says it failed to fetch the URLS and then says there's nothing to update. What should I do?

Note: I downloaded it to /:D, could it cause the problem? I didn't have much space on C.

Community
  • 1
  • 1
Anonymous
  • 1
  • 2

1 Answers1

0

I don't think calling update I enough, you need to install the platform tools explicitly. Please see how to use the non-UI SDK manager here: Updating SDK from command line

Florian Pilz
  • 337
  • 1
  • 11