-
اتصال ماشین مجازی به eclipse :
برای اتصال ماشین مجازی مانند youwave یا bluestack به اندروید مطابق با روش زیر عمل کنید. این روش برای تمام مجازی سازها تست شده و عمل می کند.
1) First, open the DDMS via
Window->Open Perspective->DDMSunder Eclipse.2) Then open BlueStacks App Player.(leave it opens)
3) After that switch back to Eclipse and you should notice there're two emulator under the
Devicetab.
Then click
Reset adbunder the small triangle at theDevicetab.
After a few seconds, the another one emulator will disappear and you can proceed to the next step.
4) Then return back through
Window->Open Perspective->Javaunder Eclipse.5) Select your project and right click on it, choose
Debug As->Debug Configurations
6) Under
Android Applicationselect your configuration or create a new one. On theTargettab chooseAlways prompt to pick deviceAfter this, selectApplythenDebug.7) Then select BlueStacks emulator in the prompt window, and finally select
OK.Alternatively, you can also open the BlueStacks App Player before Eclipse using the above steps(with minor changes).





