Unable to inspect Android device via Chrome://inspect
Assumed you have successfully enabled Developer Option in your android mobile phone
In chrome://inspect/#devices your android device is showing as Unautenticated.
Go to SDK Platform Tools release notes | Android Studio | Android Developers and download the SDK Platform-Tools
Extract the zip folder and open the command line in that extracted folder and run command .\adb devices
This will show the pop up in Mobile Device to remember the PC.
Comments
Post a Comment