I've been trying to edit the Parse library to include a method in ParsePush to allow the sending of JSON objects. However, my B4A code will not work with my newly compiled library. I'm not sure if the problem lies with my new code, the way in which I created the .jar file, or the sourcecode that I have is wrong.
I have done the following methods:
1) Copy and pasted the
source code(post#66 of link) for Parse Library onto an Eclipse workspace
2) Imported the necessary libraries for the new code
3) Exported as "Parse.jar"
4) Modified "Parse.xml" to match the new code in "Parse.jar"
5) Replaced the older libraries with the new libraries
6) Reopened b4a code, build and compile on an android phone
The error msg I get only appears on the phone, saying that my android app has stopped working.