Open 0biWanKenobi opened 7 years ago
A useful comment on #147 regarding this:
The problem seems to be a compatibility issue with the dependency com.google.javascript:closure-compiler:v20160208, I don't have this issue anymore by excluding it (I don't need it in my case).
compile("com.eriwen:gradle-js-plugin:2.12.0") {
exclude group: "com.google.javascript", module: "closure-compiler"
}
I'll see if upgrading the closure compiler version avoids this conflict.
Wow, had almost forgot this one, great to hear this news
## Edit: downgrading Gradle plugin for Android Studio to v2.2.3 works. Wrapper version doesn't seem to matter, currently using 3.3.0 When trying to add
to top level build file in Android Studio, I get this error:
Error:Cause: tried to access field com.google.protobuf.AbstractMessage.memoizedSize from class com.google.wireless.android.sdk.stats.GradleBuildProfile
And looking at the logs there is this message: