Android Question aab Error file signing

WebQuest

Active Member
Licensed User
Hello community,
I'm having trouble generating the .aab file. As recommended I installed the latest version of B4a and regenerated the keystore file. But now I get this error when I try to compile the .aab file.
Has anyone had the same problem?

B4A Versione: 11.20
Analisi del Codice. (0,19 secondi)
Versione Java: 8
Costruzione della struttura delle cartelle. (0,10 secondi)
Compilazione del codice. (0,16 secondi)

File ObsucastorMap.txt creato nella cartella Objects.
Compilazione del codice di layout (0.02s)
Organizzazione Libreria. (0,01 secondi)
(SDK AndroidX)
Compilazione risorse (1.13s)
Collegamento risorse (1.55s)
Compilazione del codice Java prodotto. (2.35 secondi)
Byte code di conversione - ottimizzazione dex. (6.26 secondi)
Ottimizzazione dexer fallita. Passaggio alla modalità Standard dexer
Copia risorse delle librerie (2.02s)
Creazione di app bundle (1,67 secondi)
Firmatura del file AAB Error

errore jarsigner: java.security.SignatureException: l'algoritmo della chiave privata non è compatibile con l'algoritmo della firma
 

asales

Expert
Licensed User
Longtime User
You set the path to the new key file?
B4X:
#if AAB
    #SignKeyFile: my-release-key.jks
    #SignKeyPassword: xxxxxxx
    #SignKeyAlgorithm: -digestalg SHA1 -sigalg SHA256withRSA
#end if

 
Upvote 0

WebQuest

Active Member
Licensed User
Hi thanks for the reply, I took your advice and added the code. However the compiler still gives me an error! does not find the .jks file, could you tell me which is the path or folder where the file usually lies?
 
Upvote 0
Top