I use this library and example from @DonManfred in B4A 8.50 and works fine:
https://www.b4x.com/android/forum/threads/add-your-own-stickerpack-to-whatsapp-sticker4w.99555/
I test the same example in B4A 8.80 Beta and I get this warning:
" Object converted to string. This is probably a programming mistake. "
in the line of the Log in this code:
Why this in the new version?
I need to do something with this code?
https://www.b4x.com/android/forum/threads/add-your-own-stickerpack-to-whatsapp-sticker4w.99555/
I test the same example in B4A 8.80 Beta and I get this warning:
" Object converted to string. This is probably a programming mistake. "
in the line of the Log in this code:
B4X:
contparser.Initialize("")
Dim instr As InputStream
instr = File.OpenInput(File.DirAssets, "contents.json")
Log(contparser.parseStickerPacks(instr)) '<-- HERE
I need to do something with this code?