I can't make my project to apk file

ZZZ_it_isnt_real_ver3.aia (3.5 MB)
my file is have unicode error like (unicode:0x8) so I can't make it to apk can you help me to debug the code of my project? i need to make it tomorrow... and there is so much unicode error so if you can fix it and you should be fix it i think.i just fix it 3hours...........

Unfortunately this community doesn't work at a time table, things get fixed/helped when community members have time to do so, nevertheless here you go a working one

ZZZ_it_isnt_real_ver3.aia (3.5 MB)

Note that it only works to build on https://code-appinventor-mit-edu.ezproxy.canberra.edu.au as it is, but if you still want to build it at https://ai2-appinventor-mit-edu.ezproxy.canberra.edu.au/ then you have to remove ONEMobilePOP.ttf from your project

1 Like

What's an effective procedure to deal with problems like this?

Notepad++ searches of .bky files for invalid characters get too many hits in those 20 byte UIDs.

And how to identify bad .ttf files?

1 Like

Unzip project in question.
Notepad++ search in files

unicode:0x8 = from the above link \x{8}

We are somewhat getting a hint but not a file

bild

1 Like

this was just a fluke altho I did a check in the ttf file and notices that it has 12000+ characters

1 Like

Method 2

Since we know the screen, line and the column number

make sure to set marker at the beginning

Method 3

Since we know the screen, line and the column number

Install a plugin in notepad++, Goto line, Column GitHub - shriprem/Goto-Line-Col-NPP-Plugin: Navigate to a specified line and (byte-based or character-based) column. Will also display character byte code, UTF-8 byte sequence & Unicode code point at cursor position.

1 Like

(added to FAQ)

1 Like