Reputation: 1
I just Installed the latest version of Android Studio and I noticed that I can't create a signed APK, it just create a file named "app-release.apk"
which can't be installed(In the phone).
Upvotes: 0
Views: 77
Reputation: 2679
4 months age, when I tried to generate signed apk with android studio build > Generate Signed APK
, google play said this is not signed apk. So here is my solution if the first one still is not working.
It should open a window for you
Task Tree
tab, click on arrow key beside your project name, to expand it.assembleRelease
, and select Execute
.Upvotes: 0
Reputation: 485
Here is what you have to do :
In case those steps are new to you, here is a link that helped me understanding them
Have a good day !
Upvotes: 1