I am trying to use Facebook Stetho library in my application. As far as I know, I have done the setup:
- I have a custom Application class.
- I have a debug Application class that extends the aforementioned one and initializes Stetho.
- I have a debug manifest that specified that the debug Application should replace the standard one.
However, I am seeing nothing in the CDT and I get quite a few of these in the IDE out console:
com.example.packagename D/ChromeDevtoolsServer﹕ Method not implemented: Not implemented: null
I can't happend to find anything about it around.