Android Question after update maven error

apti

Member
I update my b4x to version 13.40 64 bit


I tried to work on a project that had been working but when I compile now I get..

Organizing libraries. Error
Maven artifact not found: androidx.tracing/tracing-android
Source: ExoPlayer

my exoplayer version is 3.10

Not finding anything useful that makes sense, how do I fix this? I am assuming something else needs to update.
 

zed

Well-Known Member
Licensed User
It is recommended to switch to the internal ExoPlayer library rather than using an external version such as 3.10.
It integrates better with newer versions of B4A and avoids dependency conflicts.

Make sure your Android SDK is properly configured and up to date. B4A version 13.40 requires an SDK compatible with targetSdkVersion 35.

Post #8
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
1. Make sure you are using the latest resources

2. These dependecies are needed for exoplayer now

B4X:
#AdditionalJar: androidx.tracing:tracing-android
#AdditionalJar: androidx.collection:collection
#AdditionalJar: com.google.android.datatransport:transport-runtime

or download the latest example project
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…