I have created a React-Native Project,When I run react-native run-ios,I get the build successed.But when I run react-native run-android I get this error:
I have solve it, The error is because Genymotion use its own SDK not custom SDK location.I solved this question with the settings
React-Native, Android, Genymotion: ADB server didn't ACK
After more research I've realized that Genymotion uses by default its own adb.
0 comments
Post a Comment