我正在学习 React Native,在用真机进行开发时,执行 adb devices 命令,显示:
D:\wamp\www\miaov\React Native\AwesomeProject>adb devices
List of devices attached
adb server version (39) doesn't match this client (40); killing...
* daemon started successfully
FFK0217802003240 device
网上查到一些使用模拟器的解决办法,请问我该怎么调整呢?
相关问题
- React Native Inline style for multiple Text in sin
- How Do I Convert Image URI into Byte Expo
- ApolloClient from apollo-boost attemped to assign
- Implementing ssl pinning in a react-native applica
- React-Native: Enable Performance Monitor in produc
相关文章
- Why do we have to call `.done()` at the end of a p
- Remove expo from react native
- React Native - Dynamic Image Source
- “Unfortunately, app has stopped” error with buildi
- eslint Parsing error: Unexpected token =
- How to determine JS bottlenecks in React Native co
- How to override navigation options in functional c
- PanResponder snaps Animated.View back to original
现在其实已经正确识别了手机,接下来应该执行 react-native run-android
用 Android Studio 安装最新版本的 platfrom-tools 试试