在构建release版本时候遇到了:No VersionRequirement with the given id in the table
详细报错:
Execution failed for task ':app:mergeDexRelease'.
> Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
> Failed to transform retrofit-2.6.2.jar (com.squareup.retrofit2:retrofit:2.6.2) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=false, dexing-min-sdk=19, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingWithClasspathTransform: C:\Users\QQ132\.gradle\caches\transforms-3\528ac7dba0ccfd42ddcc2c02a462fbdc\transformed\jetified-retrofit-2.6.2.jar.
> Error while dexing.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
是使用了retrofit2.6.2版本插件的问题,修改app目录下buil.gradle中使用的retrofit插件版本,修改成2.6.0或者2.9.0,都能成功重新构建release版本: