Android App – Debuggen und USB Stick gleichzeitig anschließen?

Gibt es irgendeine Art von Adapter mit welchem ich eine Android App via ADB und USB-Kabel direkt debuggen kann während ich gleichzeitig ein USB-Gerät angeschlossen habe ?

Ja, ich weiß ich könnte nun via WLAN das Smartphone verbinden,
allerdings haben wir in unserem Gebäude so viele Störungen dass das Debuggen via WLAN immer wieder abbricht.

Ich habe da eine App die Zugriff auf einen USB-Stick braucht und nun bin ich beim Testen und einfacher wäre es für mich direkt am Gerät zu testen mit angeschlossenem USB-Stick.

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
5 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
tide1109
2 months ago

Probably it shouldn’t work.

With USB debugging, the PC is the host, so that device that builds the connection. The USB stick is the smartphone of the host.

A wired alternative would be a LAN cable for the smartphone. USB stick and LAN cables work simultaneously as the smartphone is the host.

With regard to hardware, there are USB Type-C hubs with USB ports and Ethernet or a USB hub with USB to Ethernet adapter.

To connect to the PC, use ADB via “WLAN”. Use the IP address from the Ethernet connection on the PC.

Your PC/laptop should also be connected via LAN.

JanaL161
2 months ago

USB actually has no problems with having multiple devices at one input. It should work as easy with USB splinter / hub / dock. These things are cheap to have online; very cheap parts can cause problems.

Must have the right books (for modern devices so 1x USB-C times to at least 2x whatever you need), but that should be there.

JanaL161
2 months ago

So, when the USB stick goes, data transmission is possible. Then, actually, debugging should go.

However, I can now say no more:/