AVD starts every time I run an Android project

Each time I launch my Android project from Eclipse, it launches a new Android virtual device to launch it. How can I run it in an existing AVD?

+5
source share
5 answers

Edit the Run or Debug configuration (Run => Run Configurations) and set the target mode.

+6
source

create a new AVD manually, and also start the project Androidwith the following steps:

  • Right click on project
  • Click Run As
  • Click Run Configuration
  • .

AVD .

.

+1

, AVD ( ADB ).

  • AVD
  • adb (cd "C:\Program Files (x86)\Android\android-sdk\platform-tools>" )
  • ADB adb kill-server
  • AVD AVD Manager
  • 5 adb : adb start-server
  • adb devices

.

+1

?

. , , .

Android usb, > android:minSdkVersion, , .

AVD, → → → → AVD. , , AVD.

0

:

  • AVD
  • Eclipse
  • Reopen Eclipse
  • AVD
  • AVD
0

All Articles