This is my gradle file
apply plugin:’com.android.application’
apply plugin :’me.tatarka.retrolambda’
android {
compileSdkVersion 23
buildToolsVersion “23.0.2”
defaultConfig {
applicationI
This is my gradle file
apply plugin:’com.android.application’
apply plugin :’me.tatarka.retrolambda’
android {
compileSdkVersion 23
buildToolsVersion “23.0.2”
defaultConfig {
applicationI
Download the latest version of Gradle compressed package on Gradle official website https://gradle.org/releases, unzip To a certain path, for example, D:\Gradle sets the Gradle environment variable
So I am working on a project in AndroidStudio 0.8.1 beta and I want to use the library I found on github (https://github.com/derekbrameyer/android-betterpickers). I added the dependency in README.m