简体   繁体   中英

Chrome inspect android emulator does not work

I'm trying inspect my web view app in android emulator. Chrome lists the app in chrome://inspect but it doesn't shows nothing when I press the Inspect link. Inspector does not work with any app o browser, Inspector works fine in my real device.

I'm Mac user. The emulator debug settings is on. Any idea?? 在此处输入图片说明 在此处输入图片说明

您是否已在代码中打开调试?

webView.setWebContentsDebuggingEnabled(true);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM