Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用eclipse emulator运行android应用程序有没有更简单的方法?_Android_Eclipse_Android Emulator - Fatal编程技术网

使用eclipse emulator运行android应用程序有没有更简单的方法?

使用eclipse emulator运行android应用程序有没有更简单的方法?,android,eclipse,android-emulator,Android,Eclipse,Android Emulator,我正在尝试编写一个android应用程序,我的工作流程如下: 写一些代码 单击Runasandroid应用程序 Eclipse然后启动android仿真器 在模拟器上安装应用程序 运行它 在我看来,它没有必要每次都启动android仿真器(3)并杀死它。如果android仿真器能够一直运行,而eclipse只是安装/卸载应用程序,而不是每次都让我等待,那就太好了 有人知道这样做的方法吗?是的,它就是这样做的——让emulator保持打开状态,Eclipse中的“run”将更新应用程序并运行它。这

我正在尝试编写一个android应用程序,我的工作流程如下:

  • 写一些代码
  • 单击Runasandroid应用程序
  • Eclipse然后启动android仿真器
  • 在模拟器上安装应用程序
  • 运行它
  • 在我看来,它没有必要每次都启动android仿真器(3)并杀死它。如果android仿真器能够一直运行,而eclipse只是安装/卸载应用程序,而不是每次都让我等待,那就太好了


    有人知道这样做的方法吗?

    是的,它就是这样做的——让emulator保持打开状态,Eclipse中的“run”将更新应用程序并运行它。这就是我的工作方式


    不要杀了模拟器

    是的,不要关闭仿真器-我在开始开发android时遇到了相同的问题:)哈哈,相同;关闭模拟器非常直观。