BB10 android runtime push notification

I followed this tutorial to enable push notification in the Android runtime. I get a failure 830 android/android.cfg: unknown asset error failure 830 android/android.cfg: unknown asset when I try to deploy the package bar to an alpa device.

What could be the reason for this?

+4
source share
1 answer

The solution is to change the way you import the android.cfg file into your android project. Primarily,

  • add the android.cfg file to the root folder of the Android project and rename it as projectname.cfg. For example, if the application name is SamplePushApp, your cfg file name should be SamplePushApp.cfg.
  • Second, sign your application using an eclipse subscriber.
  • After that, check if the android.cfg file is created in the file line.
+3
source

All Articles