Compiler and Designer can't connect to Emulator

DOM85

Active Member
Licensed User
Longtime User
Hi,
All worked fine since months.
Now, i can run the emulator from B4a (emulator launch and seems ready to work), but when i try to "Compile & Run" i obtain a window with :

"No device found
Please start emulator by choosing Tools-Run AVD Manager...etc".

and a B4a window with :

Compiling code. 0.02
Generating R file. 0.00
Compiling generated Java code. 1.75
Convert byte code - optimized dex. 1.20
Packaging files. 0.44
Signing package file (debug key). 0.48
ZipAlign file. 0.02
Installing file to device. Error
No device found.
Restarting ADB Server may solve this problem.
Tools - Restart ADB Server.

Restarting ADB Server gives nothing better.
Same result while trying to connect to the emulator from Designer.

Without any idea i re-installed the jdk and ADB at the last level. No result.
Any idea about this problem?
Many thanks
 

DOM85

Active Member
Licensed User
Longtime User
Right!
I did as you said, delete the AVD emulator and create a new one. All works fine now.
Many thanks Erel.
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
Perhaps you must Restart ADB Server again.
 
Upvote 0

kuntalpaul

Member
Licensed User
Longtime User
For my case, deleting the emulator and creating a new one did not work. Even reinstalling the JDK, SDK and B4A did not work.

No clue how to resolve it... it was working fine till yesterday!
 
Upvote 0

Charlie_M

Member
Licensed User
Longtime User
Hi Everyone,

I am having the same problems as mentioned by DOM85. any suggestions?
I will point out that I can connect to my android phone using B4A bridge over wifi and all works.
 
Upvote 0
Top