Android Question error b4a AnimRes is defined multiple times

slo001

Member
Hi gives this error when outputting

B4A Version: 11.50
Parsing code. (0.31s)
Java Version: 8
Building folders structure. (0.25s)
Compiling code. (1.03s)
Compiling layouts code. (0.17s)
Organizing libraries. (0.83s)
(AndroidX SDK)
Compiling resources (0.94s)
Linking resources (11.33s)
Compiling debugger engine code. (1.12s)
Compiling generated Java code. (1.18s)
Finding libraries that need to be dexed. (0.04s)
Dex code (3.41s)
Dex merge Error
Error in H:\sdk androidx\tools\..\extras\b4a_local\unpacked-android-support-annotations.androidx-63724468922000\dex_v1\android-support-annotations.zip:classes.dex:
Type androidx.annotation.AnimRes is defined multiple times: H:\sdk androidx\tools\..\extras\b4a_local\unpacked-android-support-annotations.androidx-63724468922000\dex_v1\android-support-annotations.zip:classes.dex, h:\sdk androidx\tools\..\extras\b4a_remote\androidx\annotation\annotation\1.2.0\annotation-1.2.0.zip:classes.dex
Compilation failed
 

slo001

Member
Which libraries are you using?
1654702024972.png

It gives such an error after I updated the compiler to version 11.50
 
Upvote 0
Top