AtomX
AtomX

Reputation: 374

How can I debug my apps wireless if IP address is unavailable?

I followed all instructions found here: https://developer.android.com/studio/command-line/adb, still can't find my device's IP address, because it's unavailable:

Screen status

Screen WI-FI

What could I possible do? I don't want to root my phone, and I can't run the emulator on low-end PC. And BTW I'm using Alcatel... The USB cable was borrowed... Please, help!

Upvotes: 2

Views: 1072

Answers (1)

kelvin
kelvin

Reputation: 1538

For wireless debugging to work phone and pc should be on same network. So one thing you can do is to create hotspot from mobile and connect your laptop to that hotspot.(You don't need internet for that) When you get connected to a network IP address is assigned to your device.

Upvotes: 2

Related Questions