"Class ref in pre-verified class resolved to unexpected implementation" when running android tests i
- by Mike
I have a module that builds an app called MyApp. I have another that builds some testcases for that app, called MyAppTests. They both build their own APKs, and they both work fine from within my IDE. I'd like to build them using ant so that I can take advantage of continuous integration.
Building the app module works fine. I'm having…