Could not resolve com.google.android.instantapps:instantapps:1.1.0.
Required by:
project :game
> Could not resolve com.google.android.instantapps:instantapps:1.1.0.
> Could not get resource 'https://dl.google.com/dl/android/maven2/com/google/android/instantapps/instantapps/1.1.0/instantapps-1.1.0.pom'.
>
Could not GET 'https://dl.google.com/dl/android/maven2/com/google/android/instantapps/instantapps/1.1.0/instantapps-1.1.0.pom'. Received status code 400 from server: Bad Request
> Could not resolve com.google.android.instantapps:instantapps:1.1.0.
> Could not get resource 'https://jcenter.bintray.com/com/google/android/instantapps/instantapps/1.1.0/instantapps-1.1.0.pom'.
> Could not GET 'https://jcenter.bintray.com/com/google/android/instantapps/instantapps/1.1.0/instantapps-1.1.0.pom'. Received status code 400 from server: Bad Request
> Could not resolve com.google.android.gms:play-services-instantapps:16.0.0.
Required by:
project :game
> Could not resolve com.google.android.gms:play-services-instantapps:16.0.0.
> Could not get resource 'https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-instantapps/16.0.0/play-services-instantapps-16.0.0.pom'.
> Could not GET 'https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-instantapps/16.0.0/play-services-instantapps-16.0.0.pom'. Received status code 400 from server: Bad Request
> Could not resolve com.google.android.gms:play-services-instantapps:16.0.0.
> Could not get resource 'https://jcenter.bintray.com/com/google/android/gms/play-services-instantapps/16.0.0/play-services-instantapps-16.0.0.pom'.
> Could not GET 'https://jcenter.bintray.com/com/google/android/gms/play-services-instantapps/16.0.0/play-services-instantapps-16.0.0.pom'. Received status code 400 from server: Bad Request
已解决,是gradle里面不知道之前怎么加了几行连接到不知哪里的网络,导致无法下载依赖
我也遇到这个问题了,大佬能否发一下你的gradle配置文件,感激不尽