Android Question Maven artifact not found: com.google.auto.value/auto-value-annotations

Computersmith64

Well-Known Member
Licensed User
Longtime User
Just updated the Android SDK using the B4A SDK Manager & now I get the above error in a pop-up when B4A starts certain projects & compilation fails with the same error.

I've searched for packages containing "annotation" & there are 3 of them & they are all installed on my development machine.

Any ideas?

- Colin.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The solution for now is:

1. Download the attached zip file.
2. Unzip it and copy its content to <android sdk>\extras\google

It should look like this:

SS-2019-02-27_15.00.06.png
 

Attachments

  • m2repository.zip
    5.6 KB · Views: 2,283
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
Thanks Erel - that seems to have done the trick. I did get as far as downloading auto-value-annotations-1.6.3.jar, but I wasn't sure where to put it & I didn't have the associated .pom or maven files.

- Colin.
 
Upvote 0

wizard699

Active Member
Licensed User
Longtime User
I've made the update .... but project always sign the error!
Befor SDK update my project goes well. Other solutions?
 
Upvote 0
Top