Android Question Maven artifact not found: androidx.annotation/annotation-experimental

tonykkkkk

Member
Licensed User
Longtime User
I installed B4A on a clean machine a few days ago and ran one of the starter projects to confirm all was OK.

I then downloaded Erel's WebRTC sample videophone program and got error:

Maven artifact not found: com.google.guava/listenablefuture

I saw that this had been fixed in October las year and downloaded Erel's com.google.guava-listenablefuture.jar into my AddionalLibs folder, as proposed in the fix of the same name.

I still got the error so ran SDK Manager and found new recommendations that I installed.

I now get:

Maven artifact not found: androidx.annotation/annotation-experimental

Could someone please run the WebRTC application and confirm if it still works.

Thanks,
 

tonykkkkk

Member
Licensed User
Longtime User
Oops. I thought I had installed that one already but not. I ran the SDKManager and installed it. Sorry to bother you.
Now I get: Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)
Reading about desugaring.
 
Upvote 0

tonykkkkk

Member
Licensed User
Longtime User
That worked, thanks. I should have listened! I was actually looking for a video phone app. I am waiting for Saif's all-singing-and-dancing WebRTC but I thought someone might have built a simpler one already.
 
Upvote 0
Top