breautek commented on PR #814: URL: https://github.com/apache/cordova-plugin-camera/pull/814#issuecomment-1415831246
> Any time period for the reintegration of this PR? Thanks It depends on cordova-android 12 which is unreleased and still in development. > indeed, it is strange that the Android 12 test suite fails, but I can't see the test logs anymore > > @ochakov can you kindly amend your commits such that it is Android 12 (SDK v 32) compatible? I.e., it passes the Test suite for Android 12. There's nothing to be done at this time. The code should work fine, it just needs to be compiled with SDK 33. The test fails because it uses the latest cordova-android version, which by default targets with SDK 32. This PR should be usable as is if you set the `android-compileSdkVersion` to 33. You may also need to install build tools 33 and set `android-buildToolsVersion` to the full version name (e.g. `33.0.0`) if you want to test it yourself. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org