V
V
Vladislav2015-08-28 19:51:24
Android
Vladislav, 2015-08-28 19:51:24

How to build and sign release version of .apk file in Visual Studio 2015?

In short, I just can’t figure out how to sign an .apk file, I did everything according to the instructions https://msdn.microsoft.com/en-us/library/dn757048.aspx But in the end, Visual Studio collects unsigned.apk for me. I found here how else you can sign developer.android.com/intl/ru/tools/publishing/app... but I get the error "private key algorithm is not compatible with signature algorithm". I'm trying to understand what this error is, they write on the Internet that the MD5withRSA algorithm must be used for signing, but I do "jarsigner -verbose -sigalg MD5withRSA -digestalg MD5". Help!!!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav, 2015-08-30
@MrBikus

Here is the answer how to do it https://github.com/Microsoft/cordova-docs/tree/mas...

K
Konstantin Berkov, 2015-08-28
@konstantin_berkow

Try to manually generate *.keystore as in the article, and then sign it yourself, but with the SHA1withRSA algorithm.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question