Version 9.9 compiles and installs without problem. Version 11 does not. See compile messages below.
Both b4a versions are compiling the exact same project folder (package name, etc).
Both versions are using the same path configurations and (old) debug.keystore. I've checked this and they are identical. The SDK is recent - downloaded ten days ago.
targetSdkVersion="28"
The logs are below. I can't figure out why v11 does not install over previous version.
Any help would be most appreciated!
Here's the compile log from version 9.9
----------------------------------------
B4A Version: 9.90
Java Version: 11
Parsing code. (0.18s)
Building folders structure. (0.04s)
Compiling code. (0.26s)
Compiling layouts code. (0.05s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.00s)
Compiling generated Java code. (0.04s)
Convert byte code - optimized dex. (3.03s)
Packaging files. (0.70s)
Copying libraries resources (0.04s)
Found 5 resource files.
Signing package file (debug key). (1.35s)
ZipAlign file. (0.05s)
Installing file to device. (3.56s)
Device serial: R52M80P1ZPN
Completed successfully.
Here's the compile log from version 11
-----------------------------------------------------
B4A Version: 11.00
Parsing code. (0.18s)
Java Version: 11
Building folders structure. (0.08s)
Compiling code. (0.27s)
Compiling layouts code. (0.04s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.13s)
Linking resources (0.41s)
Compiling generated Java code. (0.04s)
Convert byte code - optimized dex. (2.78s)
Copying libraries resources (0.39s)
ZipAlign file. (0.05s)
Signing package file (debug key). (0.96s)
Installing file to device. Error
adb: failed to install ODD2020.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package cfrf.ondeck.data signatures do not match previously installed version; ignoring!]
Both b4a versions are compiling the exact same project folder (package name, etc).
Both versions are using the same path configurations and (old) debug.keystore. I've checked this and they are identical. The SDK is recent - downloaded ten days ago.
targetSdkVersion="28"
The logs are below. I can't figure out why v11 does not install over previous version.
Any help would be most appreciated!
Here's the compile log from version 9.9
----------------------------------------
B4A Version: 9.90
Java Version: 11
Parsing code. (0.18s)
Building folders structure. (0.04s)
Compiling code. (0.26s)
Compiling layouts code. (0.05s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.00s)
Compiling generated Java code. (0.04s)
Convert byte code - optimized dex. (3.03s)
Packaging files. (0.70s)
Copying libraries resources (0.04s)
Found 5 resource files.
Signing package file (debug key). (1.35s)
ZipAlign file. (0.05s)
Installing file to device. (3.56s)
Device serial: R52M80P1ZPN
Completed successfully.
Here's the compile log from version 11
-----------------------------------------------------
B4A Version: 11.00
Parsing code. (0.18s)
Java Version: 11
Building folders structure. (0.08s)
Compiling code. (0.27s)
Compiling layouts code. (0.04s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.13s)
Linking resources (0.41s)
Compiling generated Java code. (0.04s)
Convert byte code - optimized dex. (2.78s)
Copying libraries resources (0.39s)
ZipAlign file. (0.05s)
Signing package file (debug key). (0.96s)
Installing file to device. Error
adb: failed to install ODD2020.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package cfrf.ondeck.data signatures do not match previously installed version; ignoring!]