Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing Parse to android studio

I'm having trouble importing parse to Android Studio. After copying the SDK files to the libs folder and adding the compile commands to build.gradle and syncing the project, it messes up the emulator. I am able to modify the XML of the emulator, but when I run the app, the emulator doesn't display any changes whatsoever.

like image 394
Beginner Avatar asked Jan 28 '26 17:01

Beginner


1 Answers

Don't add anything to the libs directory. Just add the following dependencies to your build.gradle file

dependencies {
    compile 'com.parse.bolts:bolts-android:1.+'
    compile 'com.parse:parse-android:1.+'
}

then click on Sync now and it will import everything automatically.

like image 64
SaNtoRiaN Avatar answered Jan 31 '26 07:01

SaNtoRiaN



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!