pierrem Member Licensed User Longtime User Apr 17, 2025 #1 Hi, I've not been playing with B4A for a long long time ... may be I forgot something So, sorry if this question is boring Before the app do anything, it crashes with this error : java.lang.RuntimeException: Unable to create service b4a.example.starter: java.lang.RuntimeException: java.net.SocketException: Connection reset
Hi, I've not been playing with B4A for a long long time ... may be I forgot something So, sorry if this question is boring Before the app do anything, it crashes with this error : java.lang.RuntimeException: Unable to create service b4a.example.starter: java.lang.RuntimeException: java.net.SocketException: Connection reset
Erel B4X founder Staff member Licensed User Longtime User Apr 20, 2025 #2 This error happens when the IDE fails to start a debug session. It might be a network problem or the app might crashed during startup. What happens in release mode? Upvote 0
This error happens when the IDE fails to start a debug session. It might be a network problem or the app might crashed during startup. What happens in release mode?