Back to Cordova

2022 05 23

slack-digest/2022-05-23.md

latest1.4 KB
Original Source

Cordova Slack Digest

Mon, 23 May 2022 08:21:55 GMT

User count: 4691

Join the conversation at slack.cordova.io

Channel #general (6 messages)


Sun, 22 May 2022 14:39:41 GMT

@talrofeh says

Hello, I am trying to fetch a plugin and i am getting connection error

Sun, 22 May 2022 14:40:08 GMT

@talrofeh says

Failed to restore plugin "cordova-plugin-camera" from config.xml. You might need to try adding it again. Error: Failed to fetch plugin cordova-plugin-camera@^6.0.0 via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL.

Sun, 22 May 2022 14:58:39 GMT

@talrofeh says

never mind solved - duplicate issue

Sun, 22 May 2022 15:57:51 GMT

@talrofeh says

New error:

Sun, 22 May 2022 15:58:00 GMT

@talrofeh says

Execution failed for task ':app:mergeDebugResources'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.intentfilter:android-permissions:0.1.8.

Sun, 22 May 2022 16:59:04 GMT

@harel.mazor says

This is because this library is in jcenter (I think) and is no longer available in other repos. You need to upgrade the library or something similar. I had the exact same error.