In the last few days when I ran my emulator and AVD Manager I was given the prompt to upgrade my emulator to the (I think) version 28 and I did that. Since then when I run my tiny beginner app, the emulator gives the following error message:
B4A Version: 8.50
Parsing code. (0.00s)
Building folders structure. (0.26s)
Compiling code. (0.04s)
Compiling layouts code. (0.03s)
Organizing libraries. (0.02s)
Generating R file. (0.35s)
Compiling debugger engine code. (1.59s)
Compiling generated Java code. (1.98s)
Convert byte code - optimized dex. (2.38s)
Packaging files. (0.43s)
Copying libraries resources (0.00s)
Signing package file (debug key). (0.87s)
ZipAlign file. (0.15s)
Installing file to device. Error
Process timed out.
You can change it under Tools - IDE Options.
I then checked my manifest editor and changed the target SDK version to 28 but that didn't help. I put it back to version 26.
I'm lost as to what I might do to alleviate this problem.
Of course I see at the bottom of the error that I can change the process timed out and I tried reducing the seconds to 10 seconds but that also didn't give me any positive outcome. Although I've heard a few comments about the unsatisfactory use of the emulator, I have had generally no problems before.
Shelbrain
Thanks
P.S. My Samsung S9 displays my app properly when I use the bridge over troubled waters.