1、android studio 編譯項目時出現"AndroidStudio:Could not GET 'https://dl.google.com Received status code 400 from server: Bad Request"android
2、排查gradle
首先打開"setting",搜索"gradle"看看是否勾選上了""google
其次最重要的是打開"C:\Users\administrator\.gradle"目錄下的gradle.properties文件code
是否存在如下內容server
systemProp.https.proxyPort=xxx
systemProp.http.proxyHost=xxx.xxx.xxx.xxx
systemProp.https.proxyHost=xxx.xxx.xxx.xxx
systemProp.http.proxyPort=xxxio
若是存在,則刪除後保存,再從新編譯,便可解決問題編譯