java - Error to initialize the parse.com code in Android -
I'm starting with Java / Android and parse today I need your help. I do not know what I do Am wrong See my picture
My jar The file is in "Lib", but I am getting red lines in my project. Also, in Parse.in initialize you can see how it is not recognized.
You should import the class
Add this import statement to your code < / P>
import com.parse.Parse;
Import everything that you need, you can also import all sections
import com.parse.blablabla ... ..;
And if you've added the .jar
files, then you can fix the import in Android Studio.
Follow these steps
1) Add Pars Libs to Your Project.
2)
clear your project
3)
add import details
Import com.parse.Parse;
You can see that I did not get any error after those steps
This is not my project
Comments
Post a Comment