在react native cli的文档中有直接在物理设备上运行react native cli应用程序的过程,但我很困惑,我们是否需要Android studio将我的物理设备作为模拟器运行,或者我可以通过usb调试连接并键入命令直接运行我的物理手机作为模拟器
https://reactnative.dev/docs/running-on-device
您需要通过USB连接手机并打开调试模式。
您可以通过运行ADB命令来检查设备连接。
adb devices
如果你在控制台中看到你的设备,那么只需通过
运行你的应用程序react-native-run-android