Android AVD Emulator Dev Tools for Mobile Browser?

耗尽温柔 提交于 2019-12-07 01:52:31

问题


I'm working on a mobile web app. I have a variety of devices I'm testing with but one device I do not have is an Android device running Android 2.3.x. I've resorted to using Android AVD emulators via Eclipse.

It's good using the emulator for testing, however a few CSS styles of my web app render strangely in the Android 2.3.x Web Browser.

Is there any way to debug or experiment with the CSS using the default Android browser in an AVD emulator? I'm not sure if it's possible to somehow examine and alter the CSS in the browser so that I can figure out what the problem is (similar to what you do with Chrome dev tools or Firebug).

I've read that there is some way to do this using mobile Chrome for Android where it connects with Chrome on your desktop and you debug it that way... But I'm not sure about the default Android 2.3.x Browser.

来源:https://stackoverflow.com/questions/12658044/android-avd-emulator-dev-tools-for-mobile-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!