for my 30 pc lab, I install the new aistarter
the following error keeps happening for different PC at different time, some time work after restart the PC some time not
The corrupted/missing text issue is something we are tracking, and we think it might be due to an unexpected interaction with the fonts or the locale of the host machine as it's not something we see when we test on our laptops with a fresh Windows install (we're also not sure why this should be, but it's not consistent enough to replicate).
This happens quite often for me with the app pictured below; for other apps, it doesn't seem to be a problem. Sometimes a hard reset works. I can switch to another project and the different project displays correctly, but switching back to the display-errored project will keep the same error state with even the same letters or parts of letters missing (see Screen1's text where the top of the n is cut off).
Where is the previous state of the emulator saved; and is it possible to clear the "cache" or saved state for specific apps to get it to refresh?
Do you have a specific recommendation? This is installed and used in a school lab setting. I've used BlueStacks and Andy personally in the past, but the limited scope of the MIT Emulator is preferable in the school setting.
you might try a different Font in the Project or Font size or whether it is Bold or not. The emulator might be flaky with the type face used. Does this happen in a real device using Companion or the apk?
Which version of Windows are you on? Our emulator is the last version published by Google that worked on Windows 7. If you are on a newer Windows version, you could try installing the latest emulator via Android Studio and copy the emulator directory from the Android Studio installation into the from-Android-sdk folder in the App Inventor installation directory and see if that fixes the problem on your system.
I'll link a 1min video in Google Drive showing a new error when I switched font faces. Usually, I don't mess with the font and just leave it at default, but when I switched the font; the emulator started glitching as seen in the video. It stopped when I switched all the font faces back to default; and it would start glitching again when I swapped a single font face and continued glitching until I switched it back. Around 46sec I got a runtime error; then went back to normal. Font Error in Emulator
I try this solution and it work as the following
1- I install android studio
2- I uninstall appinventor restart the device then reinstall it
3- I copy the files from C:\Users\Lenovo\AppData\Local\Android\Sdk
to
C:\Program Files\MIT App Inventor\from-Android-SDK\emulator
(note: I chose copy and replace )
I copied the folder yesterday and tested several times today and yesterday, and it seems to be working correctly even after resetting the connection multiple times. So thanks for the idea.