Could not resolve com.android.tools.build:gradle:2.2.3

前端 未结 3 693
心在旅途
心在旅途 2020-12-10 14:32

I\'m working on a mobile app project for work, but often when I attempt to run the application it gives me the following error:

Error:A problem occur

3条回答
  •  盖世英雄少女心
    2020-12-10 15:19

    I've had the same pb, managed to resolve it adding in gradle.properties

    systemProp.https.proxyHost=
    systemProp.https.proxyPort=
    

    I was missing HTTPS property, there was only HTTP setted so it was working sometimes, and not for the https links gradle used.

提交回复
热议问题