Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. systemProp.http.proxyHost=proxy ip
  2. systemProp.http.proxyPort=port
  3. systemProp.http.proxyUser=my user name
  4. systemProp.http.proxyPassword=my password
  5.  
  6. A problem occurred configuring root project 'pmdemo'.
  7. > Could not resolve all dependencies for configuration ':classpath'.
  8. > Could not resolve com.android.tools.build:gradle:1.3.1.
  9. Required by:
  10. :pmdemo:unspecified
  11. > Could not resolve com.android.tools.build:gradle:1.3.1.
  12. > Could not get resource 'http://jcenter.bintray.com/com/android/tools/
  13. build/gradle/1.3.1/gradle-1.3.1.pom'.
  14. > Could not GET 'http://jcenter.bintray.com/com/android/tools/build/
  15. gradle/1.3.1/gradle-1.3.1.pom'. Received status code 403 from server:
  16. Forbidden
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement