Search what you want

Saturday, December 19, 2015

Install depedency di Android Studio

1. Buka build.gradle(Module:app)

2. Letakkan nama library yang akan di compile -> 'com.parse.bolts:bolts-android:1.+'
dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:23.1.1'
    compile 'com.parse.bolts:bolts-android:1.+'
    compile fileTree(dir: 'libs', include: 'Parse-*.jar')
}
3. lakukann Kompilasi
Klik 

No comments:

Post a Comment