简体   繁体   English

在IntelliJ Idea中使用现有的Android模拟器

[英]Using an existing Android emulator in IntelliJ Idea

So this is probably really simple and easy but I've been unable to find anything on the googles. 因此,这可能真的很容易,但我一直无法在Google上找到任何东西。

Once I've got an android emulator up and running from within IntelliJ Idea, and tested my project in it and then write a little more code, how do I push the new build onto the existing emulator? 一旦我从IntelliJ Idea内启动并运行了一个android仿真器,并在其中测试了我的项目,然后编写了更多代码,如何将新版本推入现有仿真器?

I'm asking this because right now, I have to close the emulator each time and then relaunch the emulator again which takes forever to boot up. 我之所以这样问是因为,现在,我每次必须关闭仿真器,然后再次重新启动仿真器,这需要花费很长时间才能启动。

For one thing take a look at the GenyMotion emulator it is way faster. 一方面,看看GenyMotion模拟器,它的速度更快。 There is a free version with a few of the bells and whistles disabled but it is way better than the AVD's provided with AS or Eclipse. 有一个免费版本,其中的一些功能被禁用,但是比AS或Eclipse随附的AVD更好。 Make sure you set a configuration for the app. 确保为应用程序设置配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM