Android Gradle Plugin 3.0+ sync issue

Cross references Gradle sync issue on Debian OS due to user does not have permission Gradle proxy configuration * What went wrong: A problem occurred configuring root project 'idp-main'. > Could not resolve all files for configuration ':classpath'.    > Could not find gradle.jar (com.android.tools.build:gradle:3.0.1).      Searched in the following locations:          https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.jar    > Could …

Continue reading Android Gradle Plugin 3.0+ sync issue

Gradle sync issue on Debian OS due to user does not have permission

Cross references Android Gradle Plugin 3.0+ sync issue Gradle proxy configuration I have written an article about all the proxies that should be configured properly in order for gradle working behind a network proxy (See Gradle proxy configuration). However, sometimes even though you are pretty sure that all the proxy settings, i.e. the gradle.properties, bash …

Continue reading Gradle sync issue on Debian OS due to user does not have permission