Android Question Maven artifact not found: androidx.biometric/biometric

JhoeyBoy

Member
Licensed User
Longtime User
I tried to download this sample program


but maven error is found, how to solve this problem, I also install maven in the sdk manager, but still this error appeared.


1634696443170.png
 

PoppaBart

Member
I tried to download this sample program


but maven error is found, how to solve this problem, I also install maven in the sdk manager, but still this error appeared.


View attachment 120536
Have you tried using the SDK manager to update. Open it up and let it finish searching. In the search box type in biometric. It should filter the artifacts, allowing you to select the ones you are missing.
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
did you try:
B4X:
#AdditionalJar: androidx.biometric:biometric
instead of:
B4X:
#AdditionalJar: androidx.biometric/biometric

the artifact has a : not a /
see what you get.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Why are you trying to use an old solution when a newer one is available?

1634705294934.png


 
Upvote 0
Top