I created a custom version of android.app.Instrumentation and modified my AndroidManifest.xml to use it.
However, when I run the application from eclipse, it does not seem to load my tool object (am logging and settings global (I know it's awful, just swear it now!) Variables that I check later)
It seems to me that I need to run it using adb and say that it uses tools, but I canβt find the correct instructions for this (and I read so much about tools in the last few days when I start to go crazy!)
source
share