apache / cordova-plugin-camera

Apache Cordova Plugin camera
https://cordova.apache.org/
Apache License 2.0
960 stars 1.52k forks source link

Could not resolve androidx.core:core:1.6.+. #880

Closed tmwebs closed 3 months ago

tmwebs commented 3 months ago

when I install this plugin I get an error message:

Could not resolve androidx.core:core:1.6.+.

and I can't build the android application.

Installed platforms: android 12.0.1 ios 6.1.0

cordova version 12.0.0 (cordova-lib@12.0.1)

breautek commented 3 months ago

androidx.core:core:1.6.+ definitely exists

Can you include the full build output or a sample reproduction app?

tmwebs commented 3 months ago

I managed to solve it, it was a connection problem, it was not downloading the dependencies. Thank you.