英文:
When Generate Signed APK - Cannot find a version of 'com.google.code.findbugs:jsr305'
问题
在尝试生成已签名的APK构建时,出现了以下错误。
依赖路径'MyApp:app:unspecified' --> 'versionCode:versionName:1.3.9'
约束路径'MyApp:app:unspecified' --> 'versionCode:versionName:{strictly 1.3.9}',原因是debugRuntimeClasspath使用了版本1.3.9 ```
<details>
<summary>英文:</summary>
When I am trying to Generate a signed APK build its failed with the below errors.
``` Cannot find a version of 'com.google.code.findbugs:jsr305' that satisfies the version constraints:
Dependency path 'MyApp:app:unspecified' --> 'com.google.code.findbugs:jsr305:1.3.9'
Constraint path 'MyApp:app:unspecified' --> 'com.google.code.findbugs:jsr305:{strictly 1.3.9}' because of the following reason: debugRuntimeClasspath uses version 1.3.9 ```
</details>
专注分享java语言的经验与见解,让所有开发者获益!
评论