Hi ,Im writing again and Im sorry I was able to get back right away.Im not using any blue tooth extension ,I have built the aab file for 3 apps and updated on Google . went though for all 3 apps but when I went to update my apps on the phone they would not update. they were downloading but then when it went install it said it could not. I tried to figure out the stuff on Google that they list but nothing.I do have a older phone a Samsung j7,it was never an issue until last week but, I just bought a new chrome book last month and I have this chrome book for three years and they are both responding the same way on the MIT app inventor wed site were they are both crashing and the more information I try to put down the faster it is crashing.but I did have an issue with another app and it said to update app on Google and it said my software to old. they told me to use the web site and it was working fine.The chrome books only crash on the MIT app inventor web site.If you can possibly think of some that would fix the wed site and my phone without getting a new phone or new chrome books would make my happy because I should not have to update every time Google decides to change.thank you for any help you can give me.
I think this is because of Samsung's update. @extremerotary said it is after a Samsung update, and I also updated (probably a similar update), and the issue appeared on my phone too.
One of our team members tested on a Samsung S22+ running the latest OS update and didn't encounter any issues, so we're trying to narrow down the problem.
Here's a few things you can do with the Android Debug Bridge (adb) utility if you feel comfortable using it.
Use adb logcat to capture a log from the device. Start the log running, connect the companion, and once the connection fails to show the app screen you can stop it and share the output with us.
Use adb shell to gain access to the device, run cd /storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/ to change directory to and then run rm -rf files to remove all of the companion files, including any cached assets and extensions. Reload both your App Inventor web session and the companion app, and then proceed to connect.
Looks like using an extension causes an error. I saw in logcat that (extension name) is not allowed, multiple extensions too. Whan I remove it, it works as intended
08-26 21:06:57.241 25820 25820 E AssetFetcher: java.lang.SecurityException: Writable dex file '/storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/assets/external_comps/com.puravidaapps.TaifunTools/com.puravidaapps.TaifunTools.jar' is not allowed.
I didn't see it sorry.
An error pops up
Unable to load extensions.com.google.appinventor.components.runtime.errors.YailRuntimeError: Unable to rename classes.jar to com.xtiger.chatui.jar Note: You will not see another error reported for 5 seconds.