Android Question Maven artifact not found: com.google.dagger/dagger

scsjc

Well-Known Member
Licensed User
Longtime User
Today i update SDK Manager, and cant compile.... get this error:

Maven artifact not found: com.google.dagger/dagger

does anyone have any solution? thanks
 

scsjc

Well-Known Member
Licensed User
Longtime User
Which libraries are you using?

the problem ocurrs when update firebase-messaging today... i thing is this library


the version 20.0.1 work fine, but today update to 20.1.0
i make a copy from 20.0.1 renaming to 20.1.0 and work... (but is not a good solution, it's just to give clues about the problem) thanks

upload_2019-12-10_10-46-59.png
 
Last edited:
Upvote 0

scsjc

Well-Known Member
Licensed User
Longtime User
Just tried to compile an app with FirebaseNotifications. There was a missing resource: com.gooogle.firebase:firebase-encoders-json

I've installed it and it now compiled properly. I've also added this resource to the recommended list.
i install, and dont work....

Looking for com.google.dagger, I also see that the datatransport-> transport-runtime-> 2.20 has been installed ...
(It seems to me that I didn't have it installed today, and when I did the updates I was missing datatransport and selected it in the SDKManager list and i installed)


upload_2019-12-10_11-8-36.png
 
Upvote 0

scsjc

Well-Known Member
Licensed User
Longtime User
can i back to version 20.0.1 firebase-messaging ??? until it is resolved
How can it be done?
 
Upvote 0

scsjc

Well-Known Member
Licensed User
Longtime User
I see it now.

Until it is solved:
1. Edit this file: C:\android-sdk-windows\extras\b4a_remote\installed-components.txt

2. Search for com.google.firebase\:firebase-messaging= and set it to:
com.google.firebase\:firebase-messaging=20.1.0

3. Clean the project (Ctrl + P)
Perfect, thank you very much for your great help :)
 
Upvote 0

walterf25

Expert
Licensed User
Longtime User
I'm having the same issue, I just purchased the latest B4A version, and i'm trying to compile a project which uses the FirebaseAnalytics library and I get the following error when I click refresh on the Libraries tab.
error.PNG

I have already downloaded and updated the FireBaseAnalytics v1.12 library files and i am still seeing the same error, any ideas?

Walter
 
Upvote 0
Top