需求:用webstorm学习ReactNative 需要启动模拟器(Android Studio 中的模拟器) 

步骤:1.打开Edit Configurations

webstorm 如何快速运行命令行命令

2.点击+号 选择npm

webstorm 如何快速运行命令行命令

3.如下图所示

webstorm 如何快速运行命令行命令

4.点击下边的+号 选择External tool

webstorm 如何快速运行命令行命令

5.如下图所示

启动命令 C:\Users\Administrator\AppData\Local\Android\Sdk\tools\emulator.exe -netdelay none -netspeed full -avd myavd

webstorm 如何快速运行命令行命令

webstorm 如何快速运行命令行命令

安卓虚拟机错误:PANIC: Missing emulator engine program for 'arm' CPU.

https://blog.csdn.net/menghuanbeike/article/details/72844856

个人demo: http://www.chenzhuo.ltd/loveshare/

相关文章:

  • 2021-07-12
  • 2022-12-23
  • 2021-08-26
  • 2021-11-22
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2021-05-31
  • 2021-06-18
  • 2022-12-23
相关资源
相似解决方案