Android Question B4A 6.30 app not installed

coslad

Well-Known Member
Licensed User
Longtime User
Hi

the same project compiled with B4A 6.0 installs perfect , but if i open it in B4A 6.30 it doesn't install , it comes out the certificate error .

I even tried with debug key but nothing .

Any idea ?

B4X:
B4A version: 6.30
Parsing code.    (0.97s)
Compiling code.    (4.16s)
Compiling layouts code.    (0.11s)
Organizing libraries.    (2.05s)
Generating R file.    (0.56s)
Compiling generated Java code.    (5.22s)
Convert byte code - optimized dex.    (15.40s)
Packaging files.    (7.52s)
Copying libraries resources    (0.64s)
    Found 15 resource files.
Signing package file (debug key).    (5.31s)
ZipAlign file.    (0.52s)
Installing file to device.    Error
WARNING: linker: app_process has text relocations. This is wasting memory and is a security risk. Please fix.
WARNING: linker: app_process has text relocations. This is wasting memory and is a security risk. Please fix.
    pkg: /data/local/tmp/Samsung.apk
Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]
 
Last edited:

coslad

Well-Known Member
Licensed User
Longtime User
Is there a way to use the old debug key ?

My app isn't in the play store , so i never cared about the key ,now i can't ask to my clients to uninstall the apps loosing every setting !
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Stay on an older b4a Version then.
You can not use the old key with the newest b4a. At least as far as i know
 
Upvote 0
Top