Android Question Maven artifact not found: com.google.guava/listenablefuture (SOLVED)

Status
Not open for further replies.

Greg Breinholt

Member
Licensed User
Longtime User
Just updated the SDK through the B4A SDK Manger and now I get the "Maven artifact not found: com.google.guava/listenablefuture".

I tried searching for it, and this is closest one installed:
1603194708865.png


I see that others had this issue in the past - seems that updates to the SDK Manager to 3.6 fixed it last time:

I also tried copying the resources over, as noted here:
https://www.b4x.com/android/forum/threads/b4a-v10-2-beta-is-available-for-download.121775/

Anyone else getting this and know how to fix?

EDIT: SOLVED
See the file attached by Erel at the end of this thread.
 
Last edited:

Greg Breinholt

Member
Licensed User
Longtime User
If it wasn't complicated, we would not be having this thread.

As answered by me an equally number of times, I have followed... and here's the installer I downloaded:

1603349822152.png


Unless the version has changed since 20th Oct, thats what I downloaded and re-installed (and I think was already running 10.2). I can reinstall again... since maybe this has failed to update something.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
My fault...
My fault...
My fault...

V3.70 is the correct one. I'm using here an unreleased version :eek:


Download the attached jar and put it in the additional libraries folder. It will be an internal jar in the future.
 

Attachments

  • com.google.guava-listenablefuture.jar
    3.1 KB · Views: 718
Upvote 0

joazzz

Member
Licensed User
Longtime User
If you check the use of [FirebaseAdMob ver2.00] library,
When using a file downloaded from [B4A Sdk Manager Download:Android SDK Platform 28~30],
an error occurs : [Maven artifact not found]
Error example)
B4A Menu - Tools - Configure path - android.jar: C:\SDK DownloadPath\AndRoid\platforms\android-29 or 30

Resolution:
1) Goto: https://www.b4x.com/b4a.html
2) 2. Android SDK + Required Resources
3) Download Android SDK Command line tools
4) Download the required resources.
5) unzip 3),4) example) C:\Android
6) B4A Menu - Tools - Configure path - android.jar: C:\AndRoid\platforms\android-30
No Errors.
I don't know the cause.
 
Upvote 0

tonykkkkk

Member
Licensed User
THis fix doesn't seem to be working anymore. I installed B4A on a clean machine today and put Erel's jar (above) in my AddionalLibs folder but I still get the Maven artifact not found error.
 
Upvote 0

MikeSW17

Active Member
Licensed User
It's quite an old thread, and marked 'Solved'. Lots has changed since.
You'd best start a new topic, and explain your problem from scratch.
Starting with "This is a fresh install of B4A version ..." and What else you've done.
A small sample project to demo the problem often helps.
 
Upvote 0
Status
Not open for further replies.
Top