LoginSignup
5
5

More than 5 years have passed since last update.

Android SDK Managerが更新されない時の対処法

Posted at

更新を行おうとしたら、xmlファイルの読み込みでエラーが発生していたのでその解消法等のメモ

原因

SDK Managerがhttpsでの接続を行おうとして失敗していた

対策

.android/androidtool.cfg
に、以下を追記してhttpで接続を行うように設定する。

androidtool.cfg
sdkman.force.http=true
5
5
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
5
5