I'm having issues compiling Parse.com code for sending notifications to Android users using Eclipse
I have imported the Parse-1.9.4.jar into my project (libs folder), Also i've ensured I ticked the box in Order & Export.
//This is ok is found
Parse.initialize(this, "xxxxx", "xxxxxx");
But i'm still getting a red warning 'Configure Build Path'
//This Line is causing issues
ParseInstallation.getCurrentInstallation().saveInBackground();
UPDATE: ERROR
Multiple markers at this line - The type bolts.Task cannot be resolved. It is indirectly referenced from required .class files - Line breakpoint:InboxActivity [line: 166] - onCreate(Bundle)