Android Question Whatsupstickers question (Don Manfred)

boten

Active Member
Licensed User
Longtime User
I'm trying to use the WhatsupSticker example by Don Manfred (just as it is, no changes)

What is the minimum android version for this?

Running version 4.2.2

this is from the manifest editor
B4X:
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="26"/>

compilation ended ok
B4X:
igning package file (private key).    (0.51s)
ZipAlign file.    (0.03s)
Installing file to device.    (0.04s)
   Installing with B4A-Bridge.
Completed successfully.

BUT, it never got to installing on the device. Message was:
B4X:
There is a problem parsing the package

Any ideas?
 

DonManfred

Expert
Licensed User
Longtime User
There is a problem parsing the package
the json file and/or files referenced in it seems to be defect or so?
Can you post a zip with the images in the assets subfolder including the jsonfile?
 
Upvote 0

boten

Active Member
Licensed User
Longtime User
the json file and/or files referenced in it seems to be defect or so?
Can you post a zip with the images in the assets subfolder including the jsonfile?

Here it is (files directory)
 

Attachments

  • ass.zip
    309.4 KB · Views: 126
Upvote 0
Top