Android Question problem with all app created with b4a

fifiddu70

Well-Known Member
Licensed User
Longtime User
today i have this error when opening and launch with b4a bridge:
B4A Versione: 13.10
Analisi del Codice. (0.04s)
Java Versione: 14
Building folders structure. (0.16s)
Compilazione del codice. (0.07s)

File ObfucastorMap.txt creato nella cartella Objects.
Compilazione del codice di layouts (0.03s)
Organizzazione Librerie. (0.19s)
(AndroidX SDK)
Compilazione risorse (1.55s)
Collegamento risorse (0.71s)
build tools: 33.0.0, android jar: android-33
Compilazione del codice Java prodotto. (4.45s)
Ricerca librerie che necessitano di essere "dexed". (0.02s)
Dex: B4AShared (2.21s)
Dex: ContentResolver (1.37s)
Dex: Core (3.06s)
Dex: JavaObject (1.40s)
Dex: Phone (1.83s)
Dex: RuntimePermissions (1.31s)
Dex: XUI (1.71s)
Dex: SQL (1.37s)
Dex: RemoteLogger (1.44s)
Dex: org.jetbrains.kotlin-kotlin-stdlib (9.37s)
Dex: com.google.guava-listenablefuture (1.01s)
Dex code (4.43s)
Dex merge (8.08s)
Copia risorse delle librerie (1.79s)
ZipAlign file. (0.08s)
Firmo il package file ( chiave privata ). Error
Failed to load signer "signer #1"
java.io.FileNotFoundException: filippo (Impossibile trovare il file specificato)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:212)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:154)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:109)
at com.android.apksigner.SignerParams.loadKeyStoreFromFile(SignerParams.java:361)
at com.android.apksigner.SignerParams.loadPrivateKeyAndCertsFromKeyStore(SignerParams.java:248)
at com.android.apksigner.SignerParams.loadPrivateKeyAndCerts(SignerParams.java:181)
at com.android.apksigner.ApkSignerTool.getSignerConfig(ApkSignerTool.java:419)
at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:336)
at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:92)
 

John Naylor

Active Member
Licensed User
Longtime User
Your keystore file isn't being found or is set incorrectly - Tools --> Private Sign Key... What does it say? If it says filippo.keystore make sure the file exists where it is supposed to.
 
Last edited:
Upvote 0

fifiddu70

Well-Known Member
Licensed User
Longtime User
I have never had this problem, all the apps I have created have always worked, that file was created a few weeks ago, so why even the old apps, I have never created a private key so why is it looking for it? now how do I update the apps to the old versions? it asks me that the app with the same package is present but I can't install.
 
Upvote 0

John Naylor

Active Member
Licensed User
Longtime User
I have never had this problem, all the apps I have created have always worked, that file was created a few weeks ago, so why even the old apps, I have never created a private key so why is it looking for it? now how do I update the apps to the old versions? it asks me that the app with the same package is present but I can't install.
Do you publish your apps on Google? Were you using the debug key or a different one? Swap back to the debug key and see if that is OK then take it from there
 
Upvote 0

fifiddu70

Well-Known Member
Licensed User
Longtime User
these apps are not published on google play it's been months since I published apps on my google play account, so why is it looking for a keystore key for another app that I never published?
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
B4A 13.10 need Java 19 and Android Jar 34.
I suggest you to download everything new from the installation guide and make a fresh installation following carefully all the steps.
https://www.b4x.com/b4a.html
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
so why even the old apps, I have never created a private key so why is it looking for it?
- you made a mistake in the past not having aa keystore set
- Just delete the app and install it new. It should now run with the keystore set you created a few weeks ago.
- Always have this keystore set
 
Upvote 0

fifiddu70

Well-Known Member
Licensed User
Longtime User
where can i find the old keystore key? can i find it inside the project or is it in the b4a installation folder?
 
Upvote 0
Top