0
0

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 3 years have passed since last update.

AndroidStudioでプロキシの設定に苦心した話

Last updated at Posted at 2021-09-17

状況

新しいプロジェクトを始めようとしたときに、
Received status code 407 from server: Proxy Authentication Required Disable Gradle 'offline mode' and sync project
とのこと。
Androidのプロキシ設定から無事に接続確認を取れたのに、うまくいかない。
image.png

解決策

ユーザフォルダ/.gradle/gradle.propertiesの設定が抜けているので、記入してから再度ビルド。
今までは問題なかったのに、なんで急にこうなったかは謎。
image.png

参考

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?