android - Cordova debug.apk works fine, but signed version crashes -


i tested debug.apk on several devices, , worked. released using

cordova build android --release 

afterwards, signed with

jarsigner -verbose -sigalg sha1withrsa -digestalg sha1 -keystore example.keystore example.apk example  jarsigner -verify -verbose -certs example.apk  zipalign -v 4 example.apk example_01.apk 

the signed version can installed, open app, crashes. else having same problem? if need more specific information, please let me know

greetings


Comments

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -