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

Enter image details here

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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -