Android studio 3.0 does not generate signed apk

前端 未结 8 1118
温柔的废话
温柔的废话 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:20

    Another thing is that Android Studio 3.0 will make it an .aab file which is an app bundle file. This enables you to have the code signing in google play, so you don't have to have the key locally. There is an answer here on how to do that. How to enable Google Play App Signing Seems to be a step in the right direction, even if it is not very clear when actually doing it.

提交回复
热议问题