Closed ianjamieson closed 10 years ago
Android is only supported with SDK >= 11 (Android 3.0 and above).
I see you're using the android.app.Notification.Builder class from API 11, which could be replaced by android.support.v4.app.NotificationCompat.Builder from the Android Support Library to add support for older versions without limiting any features. Only problem would be that using the support library increases the resulting .apk size by about 200kb.
Thanks it seems i was trying to test one phonegap app (cordova 3.4.x) with a very old phone (with very old Android OS i didnt noticed 'til i found this post) with that said i updated the OS and also change of device and both worked just fine.
Cheers buddy
When a notification is set on Android 2.2 the application force closes. This is immediately after calling:
In Eclipse I can see this error:
Here is the whole error report: