libs folder not working in android studio while working with parse sdk -
i have problem in connecting app android,i have downloaded sdk parse.com , pasted jar file in libs directory , added dependencies in build.gradle
still cant access parse object plz find me whats problem.i hope makes more sense first have created application in android studio , try connect app parse.com downloaded sdk , unzip file , paste parse jar file in libs folder of project,then paste these code in build.gradle
dependencies { compile 'com.parse.bolts:bolts-android:1.+' compile filetree(dir: 'libs', include: 'parse-*.jar') }
still not referencing library.
you remove bolts dependency, cause parse's sdk contains it. sure click tools -> android -> sync project gradle files after adding dependencies
Comments
Post a Comment