N nikitaganco Member Licensed User Apr 7, 2024 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Apr 7, 2024 #2 What happens in release mode? Upvote 0
N nikitaganco Member Licensed User Apr 7, 2024 #3 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 Upvote 0
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
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2024 #4 There must be an error message in the logs when the process crashes. Find it and post it. Check the unfiltered logs if you don't see it. Upvote 0
There must be an error message in the logs when the process crashes. Find it and post it. Check the unfiltered logs if you don't see it.
S Spavlyuk Active Member Licensed User Longtime User Apr 8, 2024 #6 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
Connect your phone with a usb cable instead of using the bridge app, enable usb debugging and install your app from the editor.
MrKim Well-Known Member Licensed User Longtime User Apr 15, 2024 #7 I get this same error frequently but it usually connects on the second try. Upvote 0
DonManfred Expert Licensed User Longtime User Apr 15, 2024 #8 You also can try to reproduce it in a small project and upload this project. Upvote 0