Replies: 1 comment
-
I'm having same issue, @pburrows have you solved this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just installed Maui and created a new project. It tells me this error when I build:
However, there is no API level 33 available in the SDK manager. Only 34, which I have installed.
I have searched everywhere in the project for the number "33" and changed it to "34" where it was referencing the Android SDK, but that does not seem to help.
How can I:
A: get Maui to work with API level 34 instead of 33? or,
B: Install API level 33?
PS: I am just trying to create a desktop application, I have zero desire to create an Android application at all!
Beta Was this translation helpful? Give feedback.
All reactions