How can I inspect element in an Android browser?
问题 I want to inspect my website CSS/HTML elements in my Android browser. However it will be over a smartphone or the Android SDK. What is the best way to do it? 回答1: Chrome on Android makes it possible to use the Chrome developer tools on the desktop to inspect the HTML that was loaded from the Chrome application on the Android device. See: https://developers.google.com/chrome-developer-tools/docs/remote-debugging 回答2: Had to debug a site for native Android browser and came here. So I tried