gradle-spoon-plugin
gradle-spoon-plugin copied to clipboard
java.lang.String com.android.ddmlib.logcat.LogCatMessage.getTag()
I get following error when running spoonDebugAndroidTest. Tests are running fine, but the task fails at the end.
Exception in thread "pool-98-thread-2" java.lang.NoSuchMethodError:
'java.lang.String com.android.ddmlib.logcat.LogCatMessage.getTag()'
Same here. Currently trying to downgrade to see if a lower version works.
Encountering a similar error. Error log below
` What went wrong: Execution failed for task ':app:spoonDebugAndroidTest'.
'java.lang.String com.android.ddmlib.logcat.LogCatMessage.getTag()' `
And there's no html report generated only the xml one. Are there any solutions for this?
Hi, I am also facing the same issue, is there any solution for that? @jaredsburrows , do you have any thoughts on this ?