1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AndroidStudioでSDK Managerが起動しないとかAVD追加できないとか

1
Posted at

Mac環境でAndroidStudio(1.0.2)を使おうとしていたら、表題の事象になったのでメモ。

まずAVD ManagerでCreate Virtual Deviceからデバイスを追加しても反映されない。
さらにToolsメニューからSDK Manager起動しようとしても起動しない。

ログ
Cannot run program "/Users/XXXXX/Library/Android/sdk/tools/android": error=13, Permission denied: Cannot run program "/Users/XXXXX/Library/Android/sdk/tools/android": error=13, Permission denied

Permissionが無い?
面倒なのでtools配下に全部実行権限付ける。

chmod +x /Users/XXXXX/Library/Android/sdk/tools/*

これで解消された。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?