jimbergman commented on issue #826: URL: https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1595190119
I'm experiencing the same issue. Running `[email protected]` (command line tools) these settings don't work with the camera plugin: `<preference name="android-targetSdkVersion" value="33" />` `<engine name="android" spec="12.0.0" />` it works fine rolling back to these settings: `<preference name="android-targetSdkVersion" value="32" />` `<engine name="android" spec="11.0.0" />` changing the targetSdk to 32 without also setting android to 11 throws an error at build the ticking clock here is Google's targetSdk 33 requirement starting on Aug 31, 2023 [https://developer.android.com/google/play/requirements/target-sdk](https://developer.android.com/google/play/requirements/target-sdk) -- 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]
