api - Android SDK not installing components on linux (ubuntu) -
today trying update components of sdk new android 4.3 out. can't downloaded don't seem have proper flags (superuser) it. have found many solutions how fix on windows, don't see how can use them solution ubuntu-command-line.
is there way launch sdk superuser via command-line? trouble api18 or general issue?
errors:
preparing install archives downloading android sdk platform-tools, revision 18.0.1 url not found: /opt/android-studio/sdk/temp/platform-tools_r18.0.1-linux.zip (permission denied)
downloading documentation android sdk, api 18, revision 1 url not found: /opt/android-studio/sdk/temp/docs-18_r01.zip (permission denied) ................
is there way launch sdk superuser via command-line?
sudo .../tools/android
where ...
path android sdk installation. in case, error message, appear expand to:
sudo /opt/android-studio/sdk/tools/android
Comments
Post a Comment