We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin doesn't build with Cordova Android Platform 10.1.0
error: package android.support.v4.content does not exist import android.support.v4.content.FileProvider; ^
An example app that can demonstrate the issue: https://github.com/codeconsole/exiftest
Requires running ./bin/switch.sh cordova-plugin-camera-with-exif to set up with this plugin.
./bin/switch.sh cordova-plugin-camera-with-exif
I suppose the changes necessary to update this plugin are minimal (using the standard plugin as a reference):
https://github.com/apache/cordova-plugin-camera/compare/5.0.3..6.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Plugin doesn't build with Cordova Android Platform 10.1.0
An example app that can demonstrate the issue:
https://github.com/codeconsole/exiftest
Requires running
./bin/switch.sh cordova-plugin-camera-with-exif
to set up with this plugin.I suppose the changes necessary to update this plugin are minimal (using the standard plugin as a reference):
https://github.com/apache/cordova-plugin-camera/compare/5.0.3..6.0.0
The text was updated successfully, but these errors were encountered: