Skip to main content

All Questions

Tagged with
0 votes
0 answers
24 views

React Native Build Error: Multiple Devices Connected and Path Issues

I'm facing multiple errors when trying to run a React Native app cloned from GitHub on either my physical device (Redmi Note 9 Pro Max) or an emulator (Pixel_3a_API_33_x86_64). Here are the issues ...
Faiz Khan's user avatar
0 votes
0 answers
55 views

I solved it with "npx react-native operator", why does it cause problems again?

I used "npx react-native operator". Resolved an error regarding "Adb". Resolved an error regarding "Android Studio". PS D:\\project\> npx react-native doctor Common ...
DragonJang's user avatar
0 votes
1 answer
68 views

react-native android app compile problems

It is my first time using react-native. I followed this youtube video. But when I try to run my app using npx react-native run-android I get the following error: info A dev server is already running ...
Runn Loke's user avatar
0 votes
1 answer
204 views

standalone expo app with VPN turned on ( the VPN on android device ) - adb reverse tcp issue

I'm developing react native app with expo and I have the development build on android device works well but when I turn on VPN on the android device the app get disconnected to the metro , I need to ...
mermaid's user avatar
  • 115
1 vote
0 answers
63 views

Adb device over wifi is killed off after flutter / react-native runnig commands

With the device plugged on usb, i'm easily able to run my projects, whether with react-native run-android or flutter run. But, when I try to connect to device over wifi, like this: adb tcpip 5555 adb ...
alexandre9865's user avatar
0 votes
1 answer
157 views

RN: The app goes disconnected from Metro in 'wireless debugging mode' even though the device is online and connected to ADB

We start Metro and install the app. When we make changes in the code, it should refresh the app and display the changes. However, on my system, the app does not reflect the changes, and I can't reload ...
CrackerKSR's user avatar
  • 1,605
0 votes
0 answers
501 views

How to remove Split APK

I am trying to uninstall the split APK. I am working on the app where I need to merge and remove split APK's. Split APK installation is working but I am not getting any way to remove the installed ...
Developer_vaibhav's user avatar
0 votes
0 answers
66 views

installDebug stuck on 99% only for real device (USB) but work fine on emulator

I can run my RN application on installed emulator but when I try to install it on my real device (connected via USB) like I always did it stucks at installDebug 99%. running command adb devices is ...
zedArt's user avatar
  • 487
3 votes
1 answer
521 views

Expo: android app stopped installing after "work" profile got installed onto my phone

I had an expo based react-native app that worked perfectly when I had only personal profile on my phone. Lately I also connected "Work profile" on my Samsung S20 and now I can't develop my ...
WrRaThY's user avatar
  • 1,868
0 votes
1 answer
73 views

Why does a tunnel work by my server my remote url doesnt when connecting to socket.io

I am finishing up a react native / expo app I have been workin on for 4 months. I am currently using an android emulator and socket.io. For some reason the only time the web socket works if I forward ...
json2021's user avatar
  • 2,247
1 vote
1 answer
737 views

Physical device on wi-fi disconnects from metro and I can't reconnect through wi-fi

I use the VS-Code terminal to open metro using 'npx react-native start' and then connect my device through USB and install the app and run it using 'npx react-native run-android'. I then remove the ...
Wingrider33's user avatar
4 votes
1 answer
4k views

Couldn't start project on Android: Error running adb: Exception occurred while executing 'list':

I've recently upgraded my phone to android 13,now i'm trying to run a very simple react native project via expo go,but i getting these errors.I've updated expo go ,but it didn't work. Opening exp://...
amir's user avatar
  • 49
3 votes
1 answer
521 views

gradlew "Unable to open connection to ADB server: java.io.IOException: Can't find ADB server on port 5037"

Currently trying to set up my environment to develop React Native in WSL2 using Android Studio installed in Windows 11. I know that this is possible because I did it on my last laptop... however, when ...
Alex's user avatar
  • 117
1 vote
0 answers
23 views

Machine ADB conflicting with Expo ADB

So, basically i'm developing this app with react native and expo, this app uses axios to call my backend service running on localhost:3000, which i use adb reverse to use on my phone. The problem is: ...
Rodrigo Müller's user avatar
-2 votes
1 answer
410 views

How to connect to the express development server using adb reverse?

I'm currently testing my react-native/express app following this guide: https://reactnative.dev/docs/running-on-device I have installed Android Studio following React-Native instructions and ...
Jony's user avatar
  • 61

15 30 50 per page
1
2 3 4 5
9