avivais / phonegap-parse-plugin

Phonegap 3.0.0 plugin for Parse.com push service
195 stars 315 forks source link

Android class missing bolts-tasks #91

Open solange opened 8 years ago

solange commented 8 years ago

I got this plugin working now on Android but initially I got this error when compiling:

So I downloaded the latest parse android SDK from here: https://parse.com/apps/quickstart#parse_push/android/native/existing

and copied the file bolts-tasks-1.3.9.jar into platforms/android/libs and now it works fine.

Many thanks for the plugin.