1

I have tested Arduino ADK and Android communication over USB, but I can not debug an Android application, because USB is connected to the Arduino.

Is there a workaround solution?

I tried to connect ADB over wireless, but USB host with Arduino doesn't work.

1 Answer 1

1

Wireless ADB is the only way to debug while the USB port is in use. With ADB enabled and connected via USB:

adb tcpip 5555
adb connect <Device IP>:5555

to go back to using USB ADB:

adb usb
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.