Ionic Framework Tutorial 13: Signing APK

preview_player
Показать описание
Learn how to sign your unsigned android APK to make sure that your apk works on your android device.

Рекомендации по теме
Комментарии
Автор

one thing to mention which is not mentioned is you need to cd to java/jdk/bin folder and then run this command having relative path for APK...I am not sure how in all videos jarsigner is called from some random path

vishalbalani
Автор

Hi. when I ran keystore command on project path, nothing happened and also there was no error. Could you please help.

shwetababbar
Автор

Thanks alot for this video! The ionic documentation does not make mention of the keystore file and the release apk file being in the same directory and I kept getting error `jarsigner: unable to open jar file: app-release-unsigned.apk`. It makes SO MUCH sense now. Would just be nice if Ionic made a note about that in their documentation.

ryanarcher
Автор

The JKS keystore uses a proprietary format. It is recommended to migrate to PCKS 12 which is an industry santdard fromat using "keytool -importkeystore -srckeystore my-relase-key.keystore -destkeystore my-release-key.keystore -deststoretype pkcs12".

bijayantjha
Автор

I developed my Android app in appybuilder but my new app devlop in ionic. how to add appybuilder keystore in ionic app. Please help me

surajvaghela
Автор

Thanks sir
I can singed my app ionic with android studio??

ahmedakermi
Автор

Hi! My JDK doesn't have a jarsigner! I have looked for it and it's not there. The keytool is there but not the jarsigner. What to do? I have already tried reinstalling so that's not the problem. Is the new version of JDK without jarsigner or something? Please help!

ChessCo.
Автор

Thank you very much for this 13 (and 12 too) tutorial!!! You saved my life! *-*
In my LAST exam (for uni), i've to make an ionic app with his apk, and thank to you i'm ready for this! :)

lauradona
Автор

After build application it dosen't install in my phone.. What is the problem?

dciconlimited
Автор

Nice and clear explanation, thank you so much!!!

DiegoTejada
Автор

I did and Google rejected it saying some files aren't signed. I also did zipalign after these steps.

vivektadpatri
Автор

what are the steps nee d to be done out google play store publish ? Bro

SathishKumar-jufv
Автор

Hi Mehul, i have done whatever you told in Tutorial on Signing APK, but while in Last Step i do whatever changes you did befor running Jarsigner, but i get a error jarsigner:unable to open jar file: androidapp.apk
but i check it out in output of apk folder, the apk is in same Name but getting error, how to solve this.

shreyasms
Автор

Hey! iam doing the signing, i opened the cmd in my app directory and when i wrote "keytool" it says "its not and internal or external command" i have checked my jdk, its installed properly. what should i do?

anupamkarn
Автор

Hi, I have an error jarsigner: unable to open app release unsigned .apk,
Any solution please?

makprodplus
Автор

Hi Mehul.Can you gimme the website where I can find those commands?

ftm
Автор

Do I need to set the java path the same as the path of the directory of the ionic project?

Автор

it keeps asking me to enter my information, and dont let me generate the keystore
someone knows how to solve this?

welomehell
Автор

I am getting a zip align error can you help with it?

saylaniuk
Автор

cordova build android --release
× Running command - failed!
[ERROR] An error occurred while running cordova build android --release (exit code 1):


Error: 'ANDROID_HOME' environment variable is set to non-existent path: D:UserssanchitpAppD ataLocalAndroidsdk
Try update it manually to point to valid SDK directory.

SanchitPanchwatikar