简体   繁体   中英

How to configure USB Debugging for Android for a Gluon-mobile app in Eclipse?

I tried to configure USB Debugging for Android in Eclipse (for a Gluon-mobile application) similar to the steps described in the answer to this question . As step 5 I defined in Eclipse->Run->Debug Configurations...->Remote Java Application 在此输入图像描述

When I start debugging with this config, I get

Failed to connect to remote VM. Connection refused.
Connection refused: connect

I see the device using adb devices and the port in the monitor . USB debugging is enabled on the android device.

So what am I doing wrong or what is missing ?

EDIT Meanwhile I found out that if the monitor is kept running then the debugging via Eclipse works! But is it really the monitor that needs to be running or is adb sufficient and what are the command line options for adb to enable the debugging with Eclipse ?

据我所知,监视器应该运行以使端口打开。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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