• <small id='SHAvp'></small><noframes id='SHAvp'>

    • <bdo id='SHAvp'></bdo><ul id='SHAvp'></ul>
    1. <tfoot id='SHAvp'></tfoot>

        <legend id='SHAvp'><style id='SHAvp'><dir id='SHAvp'><q id='SHAvp'></q></dir></style></legend>
      1. <i id='SHAvp'><tr id='SHAvp'><dt id='SHAvp'><q id='SHAvp'><span id='SHAvp'><b id='SHAvp'><form id='SHAvp'><ins id='SHAvp'></ins><ul id='SHAvp'></ul><sub id='SHAvp'></sub></form><legend id='SHAvp'></legend><bdo id='SHAvp'><pre id='SHAvp'><center id='SHAvp'></center></pre></bdo></b><th id='SHAvp'></th></span></q></dt></tr></i><div id='SHAvp'><tfoot id='SHAvp'></tfoot><dl id='SHAvp'><fieldset id='SHAvp'></fieldset></dl></div>

        Eclipse 不断启动新的模拟器

        Eclipse keeps starting new emulators(Eclipse 不断启动新的模拟器)
        <i id='POMyk'><tr id='POMyk'><dt id='POMyk'><q id='POMyk'><span id='POMyk'><b id='POMyk'><form id='POMyk'><ins id='POMyk'></ins><ul id='POMyk'></ul><sub id='POMyk'></sub></form><legend id='POMyk'></legend><bdo id='POMyk'><pre id='POMyk'><center id='POMyk'></center></pre></bdo></b><th id='POMyk'></th></span></q></dt></tr></i><div id='POMyk'><tfoot id='POMyk'></tfoot><dl id='POMyk'><fieldset id='POMyk'></fieldset></dl></div>
        <legend id='POMyk'><style id='POMyk'><dir id='POMyk'><q id='POMyk'></q></dir></style></legend>

            <tbody id='POMyk'></tbody>

          <tfoot id='POMyk'></tfoot>

            • <bdo id='POMyk'></bdo><ul id='POMyk'></ul>

              <small id='POMyk'></small><noframes id='POMyk'>

                • 本文介绍了Eclipse 不断启动新的模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正忙于学习如何为 Android 构建应用程序,遇到了一个非常尴尬的问题.

                  I'm busy learning how to build apps for Android, and I come across a very awkward problem.

                  当我运行我的应用程序(其中带有播放图标的绿色圆圈)时,它会启动一个 Android 模拟器(就像它应该的那样),但一旦启动模拟器,应用程序就不会启动.当我再次单击运行按钮时,它会尝试启动第二个 android-emulator.在控制台选项卡中,它提供以下消息:

                  When I run my application (with the green circle with the play-icon in it), it starts an Android emulator (like it should), but the application doesn't start once the emulator is booted. When I click the run-button again, it tries to start a second android-emulator. In the console-tab it gives the following messages:

                  [2011-11-07 20:57:15 - ScrollView Demo] Android Launch!
                  [2011-11-07 20:57:15 - ScrollView Demo] adb is running normally.
                  [2011-11-07 20:57:15 - ScrollView Demo] Performing testapp.scrollviewdemo.MainActivity activity launch
                  [2011-11-07 20:57:15 - ScrollView Demo] Automatic Target Mode: launching new emulator with compatible AVD 'Android_emulator'
                  [2011-11-07 20:57:15 - ScrollView Demo] Launching a new emulator with Virtual Device 'Android_emulator'
                  [2011-11-07 20:57:18 - Emulator] WARNING: Data partition already in use. Changes will not persist!
                  [2011-11-07 20:57:18 - Emulator] WARNING: SD Card image already in use: C:UsersRoy.androidavdAndroid_emulator.avd/sdcard.img
                  [2011-11-07 20:57:18 - Emulator] WARNING: Cache partition already in use. Changes will not persist!
                  

                  这就像 Eclipse 不识别它启动的模拟器......奇怪的是,有时它会识别它,但大多数时候它不会.

                  It's like Eclipse doesn't recognize the emulators it starts... Weird thing is, sometimes it does recognize it, but most of the times it doesn't.

                  如果有什么不同:我在 Win7 Home Premium 64 位上运行带有 ADT 15.0.0 的 Java 开发人员的 Eclipse IDE(Indigo Service Release 1)

                  If it makes any difference: I'm running Eclipse IDE for Java Developers (Indigo Service Release 1) with ADT 15.0.0 on Win7 Home Premium 64bit

                  推荐答案

                  如果模拟器已经启动,那可能意味着 adb 正在运行.在 windows 上不确定,但在 mac/linux 上我执行以下操作:

                  If the emulator has started, that may mean adb is acting up. Not sure on windows, but on mac/linux I do the following:

                  adb kill-server
                  sudo adb devices
                  

                  你可以试试(摆脱 'sudo' 业务).

                  You could try that (get rid of the 'sudo' business).

                  这篇关于Eclipse 不断启动新的模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to get dialog size?(如何获得对话框大小?)
                  Fatal Exception: android.view.WindowManager$BadTokenException Unable to add window -- token is not valid; is your activity running?(致命异常:android.view.WindowManager$BadTokenException 无法添加窗口——令牌无效;您的活动正在运行吗?) - IT屋-
                  Cannot resolve method #39;show(android.support.v4.app.FragmentManager, java.lang.String)(无法解析方法show(android.support.v4.app.FragmentManager, java.lang.String))
                  Create a general class for custom Dialog in java Android(在java Android中为自定义Dialog创建一个通用类)
                  Tap outside Android dialog to dismiss it?(点击 Android 对话框外部以将其关闭?)
                  Android close dialog after 5 seconds?(5秒后Android关闭对话框?)

                      <tbody id='5pcxL'></tbody>

                  1. <tfoot id='5pcxL'></tfoot>

                    <small id='5pcxL'></small><noframes id='5pcxL'>

                      • <bdo id='5pcxL'></bdo><ul id='5pcxL'></ul>
                        1. <legend id='5pcxL'><style id='5pcxL'><dir id='5pcxL'><q id='5pcxL'></q></dir></style></legend>
                            <i id='5pcxL'><tr id='5pcxL'><dt id='5pcxL'><q id='5pcxL'><span id='5pcxL'><b id='5pcxL'><form id='5pcxL'><ins id='5pcxL'></ins><ul id='5pcxL'></ul><sub id='5pcxL'></sub></form><legend id='5pcxL'></legend><bdo id='5pcxL'><pre id='5pcxL'><center id='5pcxL'></center></pre></bdo></b><th id='5pcxL'></th></span></q></dt></tr></i><div id='5pcxL'><tfoot id='5pcxL'></tfoot><dl id='5pcxL'><fieldset id='5pcxL'></fieldset></dl></div>