Bug? Android Emulator not start after update Emulator to 29.3.0

wizard699

Active Member
Licensed User
Longtime User
After update from B4A sdk Manager to new version of emulator, AVD Manager dont start anymore the android emulator.

From command line all goes Ok and android emulator start correctly.

Whats the problem?

I've Version 3.50 of B4A sdk manager.
 

wizard699

Active Member
Licensed User
Longtime User
Solved replacing older emulator version.

But what's the method to update correctly emulator files (sdk/tools) without android Studio?
 

CaptKronos

Active Member
Licensed User
Just updated to emulator 29.3.0 via the B4A SDK Manager, and AVD Manager started the new version of the emulator without a problem.
 

designer2k2

Member
Licensed User
Longtime User
same here, i updated the emulator to 29.3.2 (on B4A 9.50) and now i get a blank error message wen trying to start a a AVD.
Steps i tried:
1.) delete the .android folder = all my old AVD´s are gone, made a new one, again blank error message
2.) manually update SDK manager to 3.60 = no change, blank error message
3.) create new AVD = blank error message

The blank error message:
1577776902375.png
 

designer2k2

Member
Licensed User
Longtime User
i got it back working with a older version, steps to solve it for me:
1.) delete all in here: C:\Android\B4AEmulator\
2.) replace 29.3.2 emulator here: C:\Android\emulator with the Version 29.0.11 (thanks to wizard699 for the links above!!!)
3.) create new AVD -> runs
 

rpalik

Member
Licensed User
Longtime User
If you're using Android Studio, make updates first in B4A and then through Studio. In case of error, delete the c: \ Users \ <username> \ .android \ avd folder. Then delete and recreate the emulator via B4A. Do not manually delete anything in the B4AEmulator folder.
 
Top