Android: Parse.com Parseobject Classnotfound Error
I use Parse.com's library in my android application and i get the following error. 05-26 18:43:31.838: E/AndroidRuntime(4759): FATAL EXCEPTION: main 05-26 18:43:31.838: E/Androi
Solution 1:
I had the same issue with Parse and Android for some crazy reason after checking the SDK versions i noticed there was no Target SDK version, but there was one for Min SDK version. I just added the target SDK version ( 8 in this case ) to match the Min version and it works. I guess Parse checks for target SDK version or something.
Post a Comment for "Android: Parse.com Parseobject Classnotfound Error"