Someone please help, i ave created an app and it worked a month ago, but now it wont open in my mit app companion. When i download it the name even changes from P1 to openings_Skerm. And i didn't change the name. I didn;t change anything from it since it worked.
I also get this trouble shoot message:Runtime Error
invoke: no method named BackgroundTransparent' in class java.lang.Boolean
Note: You will not see another error reported for 5 seconds.
I just checked and i have the playstore version 2.73a, from the start and didn't update it once.
I'm using a Huawei Mate 20 lite. The same phone I've been using from the start.
yes, i have, it has an error, when i click on an icon, it takes me to the wrong page, but when i look in the code, it should take me to the correct page.
Having checked, it could be that your device is still having problems with the location settings and read/write permissions required by google play for extension code. The updated companion app has a fix for many android versions and devices, but there still appear to be problems with Samsung, Huawei, others...Compiling may be your only route to testing for now...
An alternative solution, to get you going, and which works for me, would be to use an emulator on your computer. I use Genymotion (free for personal use) and run a Google Pixel 8 device with Android 13. This works well.
Thank you, but does it explain why the app won't open in the app companion with errors it gives and why the downloaded version doesn't react as it should?
You should also look at your assets, Your sound files could be reduced in size to @ 120kB for what you have as a 1100kB file, your button images (and others no doubt, do not need to be so big (4800x4800) for the size you are displaying them at, resize your images to @ 150x150, so from 825kB to 14kB ! This will make your project much more responsive.