开发者

Debugging on the device with multiple Libraries Android

开发者 https://www.devze.com 2023-02-21 05:06 出处:网络
I want to debug my application on my Android phone. However the app itself contains JRE, Maven, and Android Libraries. When I try to run in it does not give me the option to choose m开发者_JAVA技巧y d

I want to debug my application on my Android phone. However the app itself contains JRE, Maven, and Android Libraries. When I try to run in it does not give me the option to choose m开发者_JAVA技巧y device, but launches the emulator. The device chooser for "normal apps" works fine. Is it because of multiple libraries I have?

Could anyone please help

Tnx


Try to configuration whether you in RUN/DEBUG mode.

If you using eclipse then use Run > Run Configuration... > Select Tab "Target" > Check "Manual" > Press "Apply" > Press "Run". If device still not show your list, that mean your device how attach properly.

Don't forget to set your device allow to debug. Setting > Application > Check "Unknown Sources".

Hopefully can help you.

0

精彩评论

暂无评论...
验证码 换一张
取 消