Home > Blockchain >  Metro bundler disconnects automatically on android after build
Metro bundler disconnects automatically on android after build

Time:12-16

When I create build in android using android studio or terminal, my metro bundler is disconnected automatically. I cannot debug using wire. I have to connect wirelessly which is very slow.

Is there any way so that the bundler remains connected after build?

I tried many things but failed.

CodePudding user response:

Just make sure your Android device and your machine are on the same network. Hope it helps!

  • Related