I installed create-react-native-app
using yarn
.
yarn create-react-native-app
Now, I have created my application named - myFirstProj
as below -
create-react-native-app myFirstProj
I have installed Genymotion Android emulator and pointed to the up-to-date Android SDK. It has adb version 1.0.39
I can launch the emulator successfully, but I am not able to view my app on Android emulator, i get this error -
could not install *smartsocket* listener: Address already in use
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
So, i checked the adb version in the node_modules of my app -
Path: node_modules/xdl/binaries/osx/adb
I see that the adb version is 1.0.32
Is there a way I can update my adb version to 1.0.39 inside the node_modules?