apache / cordova-plugin-camera

Apache Cordova Plugin camera

Home Page:https://cordova.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tmwebs opened this issue · comments

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)

androidx.core:core:1.6.+ definitely exists

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

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