glv
6
Hello @MPROCD,
I was able to add the required version from the command line tools:
Do a Google Search for “How to download and install Android SDK 33 (Android 13.0 “Tiramisu”) with command line tools”.
The Google AI Overview provided details.
NOTE:
The command line tools are already available to you in the Android SDK folder in your Sketchbook folder.
All I needed was this:
sdkmanager “platforms;android-33” “build-tools;33.0.2”
And was able to run it on the command line from the correct folder:
I was then able to run a sketch on my Android phone.
This worked for me on Windows 10.
I had the files from an old install but wanted to try this approach with a fresh install.
UPDATE:
:)