How to use Android Studio to generate apk without Android developer certificate

One, generate a certificate

In here generate your test certificate, and then download it; (if the site is not available, we can own Google Android certificates online authoring tool)

Two, generate apk

We choose Build -> Generate Signed APK

Write picture description here

Will appear:
Write picture description here

We click choose existing, select the certificate just generated, click OK, click finish


At this time, the point of android studio will appear
Write picture description here
Compiling, when the upper right corner of AS appears, it
Write picture description here
means the packaging is successful.
Click directly to open the location of the generated apk file
Write picture description here

Reference: https://blog.csdn.net/woaichimahua/article/details/54427528

Guess you like

Origin blog.csdn.net/THMAIL/article/details/112277422