Android Question Emulator upgrade causing problem (Solved by Dr.smith)

Shelby

Well-Known Member
Licensed User
Longtime User
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:
B4X:
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.
 
Last edited:

Computersmith64

Well-Known Member
Licensed User
Longtime User
Actually, you want to increase the timeout. It could be that the app is very slow to install on the emulator (for whatever reason) & you just need to increase the timeout to allow for that.

- Colin.
 
Upvote 0

Shelby

Well-Known Member
Licensed User
Longtime User
Oh. I reduced and didn't think to increase. I was on the right track but not thorough with my guessing.
Thanks Colin
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…