Reputation: 33856
I have little experience with importing libraries. I am using Android Studio, and am trying to use parse.com's library with no luck. I followed these instructions, and tried a few other things when that didn't work. Please help me out. Let me know if you need any more information. Thanks for your time.
This is my MainActivity where I would initialize my Parse client key:
Project Structure showing I have imported the libraries:
UPDATE
Gradle:
UPDATE:
When I try to Build, I get this error:
Gradle: error: package com.parse does not exist
When I try cleaning through command prompt
Upvotes: 0
Views: 6169
Reputation: 639
To add to the answer of @ThePoloDoc and for your update Command Prompt image, you need to do the following to clear that error:
C:\PATH_TO_JDK\bin
Replace the PATH_TO_JDK
with the installation of your java directory
Try opening the command prompt and you'll see the error gone.
UPDATE:
I have got a doubt in your question. Why do you manually compile gradle? I use Android Studio. But I always click the Sync Project with Gradle Files
button on the top. It does everything for me
Upvotes: 0
Reputation: 340
Upvotes: 4