I’m trying to inspect a page in my Android Emulator but when I click the “Inspect” button it will open completely empty page with nothing to click on.
Even though I can correctly connect to the Android, I see all the opened tabs with Inspect buttons. Also the blank page has a “good looking” URL:
If you are trying to debug Firefox for Android on your emulator, be aware that it is based on Firefox ESR (v68), so you need to connect to it from Firefox Desktop ESR68.
Our backward compatibility policy only supports a gap of 2 versions. This means that Firefox for Android (aka Fennec) can only be debugged from: Firefox 68, Firefox 69 and Firefox 70. Since Firefox release channel is now Firefox 72, the only compatible release officially available is ESR68.
I have just been reminded that Firefox 68 has by default an old version of about:debugging, which doesn’t support remote debugging.
In order to enable the new about:debugging on Firefox 68ESR, you need to go to about:config and set devtools.aboutdebugging.new-enabled to true.
Or you could use WebIDE, which should still be bundled in Firefox 68.