Katona Zsolt
Katona Zsolt
We've tried the latest 3.4.3 version, and unfortunately the compilation of the instrumented tests still fails. The logs show: ``` > Task :app:transformClassesWithAspectjForGoogleDebugAndroidTest FAILED ---------- Starting augmentation with AspectJ transformer...
> @kzsolti Could you try adding `classpath 'org.aspectj:aspectjrt:1.9.5'` to your buildscript dependencies section. That seems to fix the issue for me. Hi @ashj11, unfortunately this suggestion does not solve the...
Hi folks! Just an update if anyone is still following this thread: We have finally unblocked our project to be able to migrate to Gradle 6, and so we could...
Is this on a Unix like OS? I initially faced a similar error when adding a platform in both Linux and OS X to a project that had it's git...
Yup, that's about what's expected, unfortunately! The only platform you can develop iOS apps on, even when using a Cordova based framework, is OS X. Cordova requires Xcode command line...
Okay, but this time you got a different error! And you're right, it really shouldn't use the .cmd binary... As far as can see, the grunt script determines which binary...
Well, bummer... Sorry, I'm out of ideas then.