运行UIExplorer的时候出现的问题总结

项目地址:https://github.com/facebook/react-native/tree/master/Examples/UIExplorer
运行app

npm install
cd react-native
./gradlew :Examples:UIExplorer:android:app:installDebug
./packager/packager.sh

NDK编译问题

Execution failed for task ':ReactAndroid:buildReactNdkLib'.
Process 'command ~ finished with non-zero exit value 2

下载r10e版本的NDK即可

真机上运行时遇到白屏情况

需要开启悬浮窗权限

运行时候出现屏幕是红色

出现Could not connect to development server 的解决方案:
adb reverse tcp:8081 tcp:8081

打开dev menu

如果不能通过摇晃手机出现menu的话,可以通过adb shell input keyevent 82来弹窗

未完待续...

你可能感兴趣的:(运行UIExplorer的时候出现的问题总结)