I am investigating how to debug web applications on Android Browsers. I have done some investigation and understand that starting from Android 4.4, the default Android browsers are based on Chromium, so using Chrome for Android to debug Android 4.4+ should be close enough.
My questions is mainly regarding default Android browsers on Jelly Bean (Android 4.1-4.3) devices.
For question #2, I have seen many people recommending weinre. Is weinre the best option available?
From my experience, old Android browser is nothing like the new, Chromium-based, one. Different features, different performance, different quirks.
You have couple of options to debug browsers on Android < 4.4:
console.log
- if you'll use a WebView you'll get output from console.*
calls in Android Studio