I opened the output file above in arcade.makecode.com and it can be opened. But when I clicked the “download” button the download failed again, with the error above (code too large).
I don’t understand why. Can I use another (maybe older) official arcade version (https://github.com/Microsoft/pxt/) to download a file with a better support for Meowbit?
I also have this issue. I have figured out how to solve it. You just need to condense your game down smaller or you can force it into the device but sometimes that doesn’t work you just need to download it to your computer to force it in there after doing that plug your device go in download Files take that drag and drop it into the device file.
If there’s too much code in a project, the system is physically incapable of storing that huge amount of information (instructions) on the frankly, very limited device flash memory. There’s no way around this restriction, unless you install more storage onto your device, but that’s a whole topic for another time
what is the default maximum size of a program (512kb?)
(does the makecode official think every device only have up to 512kb or less?)
For example, Meowbit have 2Mb of flash space while xtron pro have 16mb. I tried to select both of them in the download menu before but neither of them have succeeded to download. (code too large, using the code I’ve mentioned in the first post) *