We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google/protobuf/descriptor.proto is both in scalapb-runtime and in protobuf-java jars. This is a problem when using ScalaPB on Android.
The text was updated successfully, but these errors were encountered:
What problem is it causing? Can you provide an error message?
Sorry, something went wrong.
[error] (android:apkbuild) com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK google/protobuf/descriptor.proto [error] File 1: $HOME/.ivy2/local/com.trueaccord.scalapb/scalapb-runtime_2.11/0.5.10-SNAPSHOT/jars/scalapb-runtime_2.11.jar [error] File 2: $HOME/.ivy2/cache/com.google.protobuf/protobuf-java/bundles/protobuf-java-3.0.0-alpha-3.jar
b215b5e
Move Google protobuf to third_party directory.
00edff8
Fixes #33. Conflicts: compiler-plugin/src/main/java/com/google/protobuf/compiler/PluginProtos.java compiler-plugin/src/main/java/com/trueaccord/scalapb/Scalapb.java scalapb-runtime/src/main/java/com/trueaccord/scalapb/Scalapb.java scalapb-runtime/src/main/scala/com/trueaccord/scalapb/Encoding.scala
No branches or pull requests
google/protobuf/descriptor.proto is both in scalapb-runtime and in protobuf-java jars. This is a problem when using ScalaPB on Android.
The text was updated successfully, but these errors were encountered: