I will totally understand if you can't help with this but thought it worth asking. I have played with setting up the "Cordova LocalNotification-Plugin" (https://github.com/katzer/cordova-plu...).
I have to say, I am not an expert in this field (part of the reason for loving Appery.io) but thought it would be great to be able to put out local notifications (i.e. not Push, but local) (background service on mobile devices would be cool as well, hint hint).
So with what looks like new functionality that allows 3rd party plugins in Appery.io (http://docs.appery.io/documentation/u...).
My first attempt i muddled through and went to build and it just failed when building the APK. I gave it another go (I think after the recent upgrade) and got the following errors:
-------------------Build error
Most likely build error cause:
/TestPlugin/src/com/phonegap/plugins/localnotification/Receiver.java:[30,25] package android.annotation does not exist /TestPlugin/src/com/phonegap/plugins/localnotification/Receiver.java:[33,31] cannot find symbol symbol : class Builder location: class android.app.Notification /TestPlugin/src/com/phonegap/plugins/localnotification/Receiver.java:[122,12] cannot find symbol symbol : class Builder location: class de.appplant.cordova.plugin.localnotification.Receiver /TestPlugin/src/com/phonegap/plugins/localnotification/Receiver.java:[143,35] cannot find symbol symbol : class Builder location: class de.appplant.cordova.plugin.localnotification.Receiver /TestPlugin/src/com/phonegap/plugins/localnotification/Receiver.java:[143,12] cannot find symbol symbol : class Builder location: class de.appplant.cordova.plugin.localnotification.Receiver
.......
=========
It seems that I am missing the android.annotation class. Is there a way to add it to the project without having to dump it out to Eclipse?
Anyone with any thoughts on this? Any help appreciated but as I said, would understand if it is beyond the scope of official support.
Thanks in Advance.
Molly