Skip to content Skip to sidebar Skip to footer

Connecting Android To Local Parse Server Cannot Resolve Symbol Configuration

I have created a chat app for android, and I just installed Parse Server on my local machine. I am trying to connect the app to my parse server but... Parse.initialize(new Parse.Co

Solution 1:

I just fixed that by removing the Parse 1.4.0 jar, and instead, compiling

compile 'com.parse:parse-android:1.13.1'

Hope this helps someone :)

Also if Parse 1.4.0 is present when you compile, it won't work. I had to delete that completely.


Post a Comment for "Connecting Android To Local Parse Server Cannot Resolve Symbol Configuration"