hi i want to make an simple app that scans qr codes and than based on that send some lines of code to the server
first im trying to get cameraX to work
ive used multiple tutorials but always get stuck at that the implementation doesnt work
ive tried multiple things
latest error is: Unresolved reference: implementation
ive read online that i needed to add
`repositories {
google()
}`
done that dint change anything
the implementation:
implementation("com.google.android.gms:play-services-vision:11.8.0")
im using most of the basic android studio settings
undead bob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.