Hi,
I did implement the firebase notification in my project, as describe in thread https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/.
As requested, I've added 3 new lines in my manifest:
While compiling, at the end, I'm facing an error:
If I check in manifest.xml line 14, I've got:
Does someone know what about this error ?
I did implement the firebase notification in my project, as describe in thread https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/.
As requested, I've added 3 new lines in my manifest:
B4X:
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications)
While compiling, at the end, I'm facing an error:
Installation sur le dispositif. Error
adb: failed to install xxxx.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl1131351572.tmp/base.apk (at Binary XML file line #14): Bad class name xxxx.V1.permission.C2D_MESSAGE in package xxxx.V1]
If I check in manifest.xml line 14, I've got:
<permission android:name="xxxx.V1.permission.C2D_MESSAGE"
androidrotectionLevel="signature" />
Does someone know what about this error ?