Hi,
When I add this
in "Project Attributes" I get the following error when compiling:
B4A Version: 10.70
Parsing code. (0.05s)
Java Version: 11
Building folders structure. (0.03s)
Compiling code. (0.11s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.36s)
Linking resources (1.45s)
Compiling generated Java code. (4.54s)
Convert byte code - optimized dex. Error
Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)
1 error; aborting
I've reinstalled Android SDK + Required Resources, but it didn't resolve the error. All recommended items in the B4A SDK Manager are installed.
Thanks for any help!
When I add this
Project Attributes:
#AdditionalJar: com.google.firebase:firebase-crashlytics
B4A Version: 10.70
Parsing code. (0.05s)
Java Version: 11
Building folders structure. (0.03s)
Compiling code. (0.11s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.36s)
Linking resources (1.45s)
Compiling generated Java code. (4.54s)
Convert byte code - optimized dex. Error
Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)
1 error; aborting
I've reinstalled Android SDK + Required Resources, but it didn't resolve the error. All recommended items in the B4A SDK Manager are installed.
Thanks for any help!