Closed highwater closed 9 years ago
Hi Coraline, This output looks like it's coming from the old version of the tool before I made all of the improvements last week. Are IntelliJ and Eclipse using the classes from the newest version of Droidel? I might grab a fresh Droidel copy from GitHub and create a new project in IntelliJ just to be sure.
Yes, I already grabbed the latest like 5 times today just to make sure. No luck.
The one other thing to try is to make sure you're not using the -frameworklessHarness
flag (or passing true
for the generateFrameworkIndependentHarness
s flag of AndroidAppTransformer
. This flag gives you behavior more like the old version of the tool.
That looks like the problem, it's working now.
Hi Sam, did you get this error when running your test on Intellij?
This happens both on Eclipse and Intellij but not on terminal. I've been figuring out this error for 2 days without luck.
Thanks.