Get UNSIGNED application when building an app

Hi all,

My problem is simple : I would like to get the UNSIGNED application when I build it.
Instead, I get two files : android-debug.apk and android-debug-unaligned.apk which seem to be both signed (by what, I don’t know…).
But for the tool I want to use, I need to have the unsigned one version.

Is it possible ?

Thanks by advance !
Rémi

Please Help…
I saw somewhere that we had to edit app.gradle file, but I can’t find it in my project. I have only the build.gradle file, in which it is written : “// GENERATED FILE! DO NOT EDIT!”

One hacky way:

Run cordova build --release and make sure not to provide any release key. Generated apk would be unsigned

1 Like