Android Question Manifest error

tsteward

Well-Known Member
Licensed User
Longtime User
I compiled my app yesterday without issue. Today I have Manifest error. I don't know what if anything I have done to cause this. And I really don't know what I am doing
There is so much in there.....

Error
Error in manifest editor: Error parsing manifest script:<br />Line = 246, Word = /<br />Command expected.
Manifest
 

teddybear

Well-Known Member
Licensed User
Remove the // of this line or comment this line
B4X:
'AddPermission(android.permission.FOREGROUND_SERVICE_REMOTE_MESSAGING)
'SetServiceAttribute(FirebaseMessaging, android:foregroundServiceType, "remoteMessaging")
//SetServiceAttribute(KeepRunningService, android:foregroundServiceType, shortService)
 
Last edited:
Upvote 0

tsteward

Well-Known Member
Licensed User
Longtime User
Thank you, I can now compile again. I'll see how that goes
Cheers
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…