Android Question app crach on device, debugger failed to connecto to app

nikitaganco

Member
Licensed User
hello,

recently i was requested by Google to update my old app....

since that already passed all compilation issues , firebase auth issues etc,

but now stopped at point when my app is installed to device.

app crashes immediately after run and debugger write me a message:

[IDE message - 12:28:00]
An error occurred.
Rapid Debugger failed to connect to process. Please try to run again.


so , nothing to inform about error, just error, ANY HELP?
 

nikitaganco

Member
Licensed User
after compilation it successfully installed to device:

Signing package file (private key). (0.58s)
Installing file to device. (3.38s)
Device serial: emulator-5556
Completed successfully.


but on device app keeps stopping

1712500174174.png
 
Upvote 0

Spavlyuk

Active Member
Licensed User
Connect your phone with a usb cable instead of using the bridge app, enable usb debugging and install your app from the editor.
 
Upvote 0

MrKim

Well-Known Member
Licensed User
Longtime User
I get this same error frequently but it usually connects on the second try.
 
Upvote 0
Top