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?
Edit the Run or Debug configuration (Run => Run Configurations) and set the target mode.
create a new AVD manually, and also start the project Androidwith the following steps:
Android
AVD .
.
, AVD ( ADB ).
cd "C:\Program Files (x86)\Android\android-sdk\platform-tools>"
adb kill-server
adb start-server
adb devices
?
. , , .
Android usb, > android:minSdkVersion, , .
android:minSdkVersion
AVD, → → → → AVD. , , AVD.
: