Android Question B4A v13.0 BETA - error to compile with the new SDK

asales

Expert
Licensed User
Longtime User
I follow the instructions to use the new SDK but I get the error below:
B4X:
Dex code    (12.02s)
Dex merge    Error
Error in C:\Android\tools\..\extras\b4a_local\unpacked-guava-31.1-android-without-listenable-63839774278378\dex_v1\guava-31.1-android-without-listenable.zip:classes.dex:
Type com.google.common.annotations.Beta is defined multiple times: C:\Android\tools\..\extras\b4a_local\unpacked-guava-31.1-android-without-listenable-63839774278378\dex_v1\guava-31.1-android-without-listenable.zip:classes.dex, C:\Android\tools\..\extras\b4a_local\unpacked-com.google.guava-guava-63856912112000\dex_v1\com.google.guava-guava.zip:classes.dex
Compilation failed

I don't get this error if I use the B4A 13 with the old SDK and the platform 34 update.

A project to demonstrate the problem is in attached.

Libs:
1721322145913.png
 

Attachments

  • ProjectB4A13Test.zip
    127.9 KB · Views: 84
Top