apk generation in nativescripts angular
1) adb devices
2) export ANDROID_HOME="/home/nss/Android/Sdk"
3) tns run android
4) key store generation
2) export ANDROID_HOME="/home/nss/Android/Sdk"
3) tns run android
4) key store generation
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
- Obtain the release
.apk
located at<app_name>/platforms/android/app/build/outputs/apk/<app_name>-release.apk
. - Publish your Android app by uploading the
.apk
file to the Google Developer Console. For more information, see How to publish an Android app?
https://www.nativescript.org/blog/steps-to-publish-your-nativescript-app-to-the-app-stores
https://docs.nativescript.org/angular/tooling/angular-cli
api calling in nativescripts.
https://docs.nativescript.org/angular/ng-framework-modules/http
https://market.nativescript.org/plugins/nativescript-awesome-webview
https://devstore.io/js/nativescript-advanced-webview
https://docs.nativescript.org/angular/tooling/angular-cli
api calling in nativescripts.
https://docs.nativescript.org/angular/ng-framework-modules/http
https://market.nativescript.org/plugins/nativescript-awesome-webview
https://devstore.io/js/nativescript-advanced-webview
Comments
Post a Comment