生成签名APK时 – 无法找到版本为’com.google.code.findbugs:jsr305’的库。

huangapple 未分类评论50阅读模式
英文:

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 &#39;com.google.code.findbugs:jsr305&#39; that satisfies the version constraints: 
   Dependency path &#39;MyApp:app:unspecified&#39; --&gt; &#39;com.google.code.findbugs:jsr305:1.3.9&#39;
   Constraint path &#39;MyApp:app:unspecified&#39; --&gt; &#39;com.google.code.findbugs:jsr305:{strictly 1.3.9}&#39; because of the following reason: debugRuntimeClasspath uses version 1.3.9 ```

</details>


huangapple
  • 本文由 发表于 2020年6月29日 16:12:31
  • 转载请务必保留本文链接:https://java.coder-hub.com/62633811.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定