Stuck at “.android/repositories.cfg could not be loaded.”

后端 未结 8 2068
时光说笑
时光说笑 2020-12-04 23:11
 brew cask install android-sdk

==> Caveats We will install android-sdk-tools, platform-tools, and build-tools for you. You can contr

相关标签:
8条回答
  • 2020-12-05 00:09

    I had the same error on OSX Sierra, but in my case the ~/.android folder was owned by root (from a previous install) I changed the ownership to my User and now it works.

    0 讨论(0)
  • 2020-12-05 00:10

    Create the file! try:

    mkdir -p .android && touch ~/.android/repositories.cfg

    0 讨论(0)
提交回复
热议问题