jcesarmobile commented on issue #726: URL: https://github.com/apache/cordova-plugin-camera/issues/726#issuecomment-891734778
That error is because you are using AndroidX dependencies and the plugin doesn't support AndroidX yet (because cordova-android wasn't using it by default neither) Now that cordova-android 10 is out with AndroidX enabled, it will be fixed in https://github.com/apache/cordova-plugin-camera/pull/751 Also, as workaround, you can use tools such as jetifier, or cordova-plugin-androidx-adapter or similar tooling that patches the plugins to use AndroidX Closing since the issue creator didn't provide any information -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
