I'm trying to import the Parse-1.5.1.jar file into my project in Android studio following these steps: - File -> Project structure - Click on the plus button and click on Import .JAR or .AAR package - Choose my jar file and then hit finish
But then any command from the parse library is recognized. For example : "Cannot resolve symbol ParseObject" and android studio doesn't propose me to import anything.
I can't find on stackoverflow any instruction for these version of Android studio and Parse.
Any suggestion ?
Today i too started with Parse. All you need to do is:
build.gradle inside the app folder contains this line: compile fileTree(dir: 'libs', include: ['*.jar'])That's it. You just need to click on Sync Project with Gradle Files button on the top to rebuild your project. You'll now be ready to use the classes from the Parse Library.
Hope this helps. All the best
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With