Starting to change an app I have (not yet registered) I copied and pasted my app into a new B4A container and after I run the AVD manager and start to run the new app, I get the following error.
I changed the manifest editor target version to read: 27, then 28 and still no success. Is there some other problem I don't see?
Thanks
B4X:
B4A Version: 9.30
Java Version: 8
Parsing code. (0.00s)
Building folders structure. (0.03s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.01s)
(AndroidX SDK)
Generating R file. (0.16s)
Compiling debugger engine code. (0.89s)
Compiling generated Java code. (1.00s)
Convert byte code - optimized dex. (0.46s)
Packaging files. (0.24s)
Copying libraries resources (0.00s)
Signing package file (debug key). (0.62s)
ZipAlign file. (0.85s)
Installing file to device. Error
adb: failed to install AreaWalls_RAPID_DEBUG.apk: Failure [INSTALL_FAILED_VERSION_DOWNGRADE]
I changed the manifest editor target version to read: 27, then 28 and still no success. Is there some other problem I don't see?
Thanks