Failed to generate apk from Android studio 3.1.1

后端 未结 8 791
被撕碎了的回忆
被撕碎了的回忆 2020-12-31 07:48

When I try to generate a signed APK, I found this issue :

10:58 Generate Signed APK: Errors while building APK. You can find the errors in the \'Messa

8条回答
  •  独厮守ぢ
    2020-12-31 08:24

    I think this version required updated libs and gradle. try to change to compileSdkVersion 27 and libaries as.

    implementation 'com.android.support:support-v4:27.1.0'
    

    and gradle ver,

    classpath 'com.android.tools.build:gradle:3.1.0'
    

提交回复
热议问题