Android studio 3.0 does not generate signed apk

前端 未结 8 1114
温柔的废话
温柔的废话 2021-02-03 17:53

After updating android studio to version 3.0 (windows), I am unable to generate a signed APK.

When build has completed, i get the message:

Clic

8条回答
  •  情歌与酒
    2021-02-03 18:25

    I have faced the same problem. After a few hours downgrading

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

    to

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

    solved the issue in the build.gradle file.

提交回复
热议问题