I am trying to debug this app using chrome://inspect - Devices, but I am not able to see my app in the debug app list. I can see the device name and only Chrome app under it, but not my app.
Settings that I have applied
- Enable USB Debugging (Android Device)
- Discover USD Devices (Chrome Dev Tools)
- Select Debug app - App Name
- Use USB for - File Transfer
- Added android:debuggable="true" in Manifest file
I have also tried using different USB cables, different android device, but no luck.