You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a fresh project from Android Studio and the following build.gradle I get this when building the app.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Failed to transform client-7.1.0.jar (com.github.hyperledger.iroha-java:client:7.1.0) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-incremental-transform=true, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> No variants of io.grpc:protoc-gen-grpc-java:1.33.1 match the consumer attributes:
- io.grpc:protoc-gen-grpc-java:1.33.1:
- Incompatible because this component declares attribute 'artifactType' with value 'pom' and the consumer needed attribute 'artifactType' with value 'android-classes-jar'
- Other compatible attributes:
- Doesn't say anything about asm-transformed-variant (required 'NONE')
- Doesn't say anything about dexing-enable-desugaring (required 'true')
- Doesn't say anything about dexing-incremental-transform (required 'true')
- Doesn't say anything about dexing-is-debuggable (required 'true')
- Doesn't say anything about dexing-min-sdk (required '21')
Thanks for any help
The text was updated successfully, but these errors were encountered:
andre-sonect
changed the title
Build error with fresh project and latest version 7.1.0
Android build error with fresh project and latest version 7.1.0
Jul 23, 2021
With a fresh project from Android Studio and the following build.gradle I get this when building the app.
Thanks for any help
The text was updated successfully, but these errors were encountered: