• About Us
  • Contact Us
  • Privacy Policy
NSR-TECH
No Result
View All Result
  • Login
No Result
View All Result
NSR-TECH
No Result
View All Result
Home Mobile Development

Cordova sign APK for production

nsr by nsr
September 29, 2020
in Mobile Development, Quasar
0
Cordova sign APK for production

Cordova sign APK for production

0
SHARES
44
VIEWS
Share on FacebookShare on Twitter

Quasar Cordova sign APK for production

Hello friends, In this article i am going to show you cordova sign APK for production. If you followed my previous video of commonly sign a quasar cordova APK file, you might see it will create two different keystore files as jks extension for both debug and release. So when we run the quasar cordova project using yarn cordova:dev it will automatically takes the debug keystore from your folder and it will sign the app for the debug purpose. If you havent read that article, go to following link and read it because those keystore files need in order to sign the APK for production.

http://nsrtechx.com/how-to-sign-quasar-cordova-app/

READ ALSO

Quasar Google maps with places

How to sign quasar cordova app

So after creating those keystore files. Now we have to build the quasar cordova project in order to make as a APK file in order to run in production mode. So in order to build a quasar cordova project go to the root folder of the project (Not the src-cordova, the main quasar project folder) and open the folder via CMD (type cmd on navigation panel and press enter).

So now you have to type the following command and press enter to build the cordova project.
quasar build -m android

The above command will build your cordova project. And you will see your created APK file in dist folder under cordova. And might have some sub folders depends on your configuration. You might find your unsigned APK file.

Now you have to sign the unsigned APK file. So in order to do that you as an easy way copy your release keystore file (ex:- quasar-release-key.jks) file to same directory where your unsigned APK file located. And open that folder via CMD. Now type following command to sign your APK.

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore <path-to-unsigned-apk-file> alias_name

Note – Replace my-release-key.keystore with your release keystore file name and for path-to-unsigned-apk-file to just your APK file name cause it is in same folder and replace alias_name with the given alias name when creating the keystore files.

Extra Note

I you want more about quasar cordova, Go to following link

https://quasar.dev/quasar-cli/developing-cordova-apps/build-commands

Thats it! it will sign your APK. the name might sometimes stay as unsigned. But if above steps succeed, your APK will be a signed APK. If you have any question please comment below. If you want to see latest articles go to following link

Check the latest posts

Related Posts

quasar google maps
Mobile Development

Quasar Google maps with places

October 7, 2020
How to sign quasar cordova app
Mobile Development

How to sign quasar cordova app

September 24, 2020
Mobile Development

Run cordova without android studio

September 12, 2020
Quasar cordova mobile app
Mobile Development

Quasar cordova mobile app development

September 11, 2020
Next Post
quasar google maps

Quasar Google maps with places

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

POPULAR POSTS

quasar-file-upload-img

Quasar file upload process with laravel API

January 21, 2021
lumen framework tutorial

Lumen framework tutorial for beginners

October 24, 2020

Run cordova without android studio

September 12, 2020
quasar google maps

Quasar Google maps with places

October 7, 2020
MySQL you do not have the super privilege issue fix

MySQL you do not have the super privilege issue fix

January 19, 2021

EDITOR'S PICK

Laravel Specified Key Was Too Long Fix

Laravel Specified Key Was Too Long Fix

January 19, 2021
laravel tutorial for absolute beginners

Laravel tutorial for absolute beginners

November 2, 2020
How to sign quasar cordova app

How to sign quasar cordova app

September 24, 2020
Recover desktop in Linux

Recover desktop in Linux

October 18, 2020

About

Nsrtech is a blog which brings you high quality and valuable articles to your life. All articles will be on different categories which all peoples can solve their issues in a single blog site.

Follow us

Categories

  • Laravel
  • Mobile Development
  • Networking Lessons
  • Others
  • Quasar
  • Quasar
  • Software Guides
  • Theories
  • Tricks
  • Vue
  • Web Development
  • Web Development Lessons

Recent Posts

  • Upgrade PHP from 7.2 to 7.3 on Ubuntu OS
  • Enable CORS on Lumen API
  • Quasar multiple file upload with laravel API
  • Git branch not showing in Visual Studio Code fix
  • Home
  • About Us
  • Contact Us
  • Privacy Policy

© 2020 NSR-TECH Blog .

No Result
View All Result
  • Homepages
    • Home Page 1
    • Home Page 2

© 2020 NSR-TECH Blog .

Welcome Back!

Login to your account below

Forgotten Password?

Create New Account!

Fill the forms bellow to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In