2
votes

I am using genymotion 2.6.0, android api23,react-native.

I have created the project using cmd react-native run-android

and for js server, I have used the npm start

The project is created and I m trying to run the project on genymotion..

it shows the error

if I tried to reload the error change to this

I have tried adb reverse TCP:8081 TCP:8081

Also dev setting /debug/ debugserver host&port for device

Here I have written my IPAddress i.e 192.168.30.2:8081

1

1 Answers

0
votes

i found the problem .i was using the custom phone - 6.0.0 -API 23 -1768x1280 actullay it was giving some openGL render error(i checked from adb logcat)..further i check it was about GPU Then i download an other emulator google Nexus 5 -6.0.0 -API 23 - 1080x1920 it just solve the problem.. :)