Norman Breau
Norman Breau
> Plugin doesn't support this project's cordova-android version. cordova-android: 10.1.2, failed version requirement: >=12.0.0 you'll need cordova-android@12 for API 33 support
Can you reproduce in a [minimal sample app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md)? It should contain vanilla Cordova project (e.g. no frameworks) with just the minimum plugins to reproduce the issue (e.g. the camera plugin)....
FYI we can ignore the failing Chrome test suite.
It's on our radar, we just not sure how we should deal with it yet... The photo picker is obviously one path, but given that this plugin utilises the Camera...
> > Currently the ultimate reason for the READ_MEDIA permissions is because camera returns external storage file:// URLs > > Aren't media access permissions also needed when using `Camera.PictureSourceType.PHOTOLIBRARY` and...
> s there some flag or something I can set in my release workflow so I can debug the Release version? In your `AndroidManifest.xml`, try setting `android:debuggable="true"` on your ``...
> Will it be rejected even if I only push it to interal testing? Good question... not 100% sure, but I feel like I recall Google producing an error on...
> So compiling and signing it with ProGuard enabled doesn't change the fact that the generated APK runs fine. Just wanted to clarify that ProGuard should be disabled unless you...
Are you able to provide a back trace or a stack trace? If this information isn't available, then the best way to move this forward is to provide a [bare...
This PR doesn't compile on android: ``` > Task :app:compileDebugJavaWithJavac FAILED /private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/tmp-6830-P1sEoh8XyXcJ/platforms/android/app/src/main/java/org/apache/cordova/camera/CameraLauncher.java:361: error: cannot find symbol this.cordova.getActivity().finishActivity((CAMERA + 1) * 16 + returnType + 1); ^ symbol: variable returnType location:...