简体   繁体   中英

How can I create Android .keystore to release NativeScript Angular apk

I just created NativeScript Angular App. In order to create apk file for release tns build android --release requires .keystore file.

Where do I get it and What are the steps I should follow to get it?

You will find almost everything you need for publishing APK in this section of docs.

https://docs.nativescript.org/publishing/publishing-android-apps

If you are just looking for creating key-store

https://developer.android.com/studio/publish/app-signing.html#signing-manually

You will also have a GUI interface to create keystore from Android Studio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM