当我尝试构建签名时,构建失败并显示以下错误。 我对此错误进行了搜索,找到了一些解决方案,但即使那样也对我不起作用。 This solution had tried
Cannot find a version of 'com.google.code.findbugs:jsr305' that satisfies the version constraints:
Dependency path 'MyApp:app:unspecified' --> 'androidx.test.espresso:espresso-core:3.1.0-alpha3' --> 'com.google.code.findbugs:jsr305:2.0.1'
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
Dependency path 'MyApp:app:unspecified' --> 'com.google.api-client:google-api-client-android:1.23.0' --> 'com.google.api-client:google-api-client:1.23.0' --> 'com.google.oauth-client:google-oauth-client:1.23.0' --> 'com.google.code.findbugs:jsr305:1.3.9'
Dependency path 'MyApp:app:unspecified' --> 'com.google.http-client:google-http-client-gson:1.23.0' --> 'com.google.http-client:google-http-client:1.23.0' --> 'com.google.code.findbugs:jsr305:1.3.9'