-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported API level: 34 #334
Comments
Same same! |
I get |
I noticed that some of the solutions said to uninstall the latest SDK. So, please help us. |
I was able to replicate this error in windows. On my Ubuntu 20.04 operating system I had no problems |
Same here |
Same error on macos latest version |
I have the same issue on macos Sonoma |
same issue for me |
This problem happens because "Run Android" is trying to run the application on an AVD (Android Virtual Device) API 34, if you remove or edit this AVD to API 33 or run the app on a non-virtual device through the cable connected to the computer (adb devices), this problem ends. Obviously you need:
|
So when will Ionic support Android 14? |
I do not have an AVD on my windows, so can anyone tell me how to change from api level 34 to 33 |
Same issue in Windows 10 |
Can anybody give a step by step solution for this. |
Update to version 2.0.0 |
Update what to version 2.0.0? |
For now I'm just building it directly in Android Studio since that works fine. |
You are commenting on native-run repository and latest version of native-run is 2.0.0, so I mean update native-run to 2.0.0. |
I have mine set up exactly like this and I still get: |
I got the same problem |
Version:
9.8.0
Description:
Creating a new Capacitor project.
npx cap run android
returns withDocs stated to open an issue, and there seems to be no opened GitHub issue for version 34.
The text was updated successfully, but these errors were encountered: