Android Question [CLOSED] How to use IDE with manually started Android Emulator device?

Sandman

Expert
Licensed User
Longtime User
This is related to this thread:

I need to enable webcam to use as camera source in my emulated device, so I start it manually from the command line. This works just fine.

When I, in B4A, try to install my project in the emulated device, I get this error message:
An error occured.
Rapid Debugger failed to connect to process. Please try to run again.

I have cleaned the project and tried running several times - did not solve anything.

I have restarted ADB server in B4A - did not solve anything.

I have tried the legacy debugger option - did not solve anything. (It also did not give an error message, but that might just be how it works, I suppose.)

Any ideas?
 

Sandman

Expert
Licensed User
Longtime User
Nothing at all. B4A happily compiles and says it installed it to the device successfully. I see nothing in the device though.
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
Update. I tried with another device, and there it worked just fine to start from command line and interact with it using the IDE. I think something probably is broken with the device I tested with first. So lets consider this thread closed, I'll open up a new one in the future if needed.
 
Upvote 0
Top