You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
to install camera plugin . It will clash with this plugin .
The reason is this camera plugin use too old api of android .
You must fix cordova-plugin-camera|
FileProvider.java
Line 21 : "android.support.v4.content.FileProvider" Change To "androidx.core.content.FileProvider"
CameraLauncher.java
Line 42 : "android.support.v4.content.FileProvider" Change To "androidx.core.content.FileProvider"
The text was updated successfully, but these errors were encountered:
I can't speak for the camera plugin but I do have a note in the readme from years ago that states "If you are installing this plugin along with cordova-plugin-camera you MUST install cordova-plugin-camera first."
That note would have been written before this plugin supported Android X. Please note that:
If you use
to install camera plugin . It will clash with this plugin .
The reason is this camera plugin use too old api of android .
You must fix cordova-plugin-camera|
FileProvider.java
Line 21 : "android.support.v4.content.FileProvider" Change To "androidx.core.content.FileProvider"
CameraLauncher.java
Line 42 : "android.support.v4.content.FileProvider" Change To "androidx.core.content.FileProvider"
The text was updated successfully, but these errors were encountered: