Cannot find a version of 'com.google.code.findbugs:jsr305' that satisfies the version constraints

后端 未结 6 1296
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-02 03:58

When generated signed APK for realse i get this error message:

Cannot find a version of \'com.google.code.findbugs:jsr305\' that satisfies the version constr         


        
6条回答
  •  不知归路
    2021-01-02 04:21

    Try. Method 1: comment out or delete in the app: gradle lines related to the tests 'androidTestImplementation'; Method 2: In the "open / edit run" window of Android Studio, the option "app" should be selected. enter image description here

提交回复
热议问题