breautek commented on issue #825:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/825#issuecomment-1448575222

   We do have a PR https://github.com/apache/cordova-plugin-camera/pull/814 for 
this, but is ultimately waiting on the next major release of cordova-android 
for API 33 support, so that we can use the newer permissions.
   
   However you can likely test the PR today with cordova-android@11 by using 
the following preferences:
   
   ```
   <preference name="android-buildToolsVersion" value="33.0.0" />
   <preference name="android-compileSdkVersion" value="33" />
   ```
   
   You'll also need use Android's SDK Manager to install API 33 platform and 
Android 33 Build Tools. You may also need to update your `PATH` environment 
variable to include `$ANDROID_HOME/build-tools/33.0.0/`, replacing `32.0.0` if 
present.
   
   I however am not sure if cordova-android@11 will build on API 33 without 
further changes.


-- 
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]

Reply via email to