Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not starting debugger since process cannot load the jdwp agent. React Native

I have a trouble with initially loading of server from my node server, there is white screen first time. But when I run second time, this is normal.

like image 505
temirtator Avatar asked May 06 '26 11:05

temirtator


1 Answers

To solve this problem you will need to:

  1. Customize your tcp server for android(for iOS you don't need to customize) adb reverse tcp:8081 tcp:8081
  2. Make sure, there is no any background or foreground processes in your project which is can block loading of your script into your builded application.

In my case(maybe you have another case), I had a foreground process(to track geolocation) which is blocked my main thread and blocked my start animation on initialization of application.

like image 56
temirtator Avatar answered May 09 '26 02:05

temirtator



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!