-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug]: aapt2 fails to compile project targeting api 35. #22667
Comments
What is output for |
@twaik i have platforms;android-35 and the file exists . it is 26 Megabytes in size. maybe it needs updates? |
current package is from android-13.0.0 r6 of AOSP but there is android-15.0.0 r9 available. |
I have the same issue. Haven't tested API34, but can be reproduced with API 35. |
I can confirm it works for api 34 |
@RichardLuo0 even if I replace the one with the included android.jar still the same issue . I suspect upgrading the package should resolve this issue. |
Problem description
Android gradle projects with targetSdk and compile Sdk set to 35 fails fo compile with an error messsge:
but api 34 compiles fine.
this is in the
gradle.properties
:gradle version : 8.12
AGP version : 8.7.3
kotlin version : 2.1.0
but issue exists on below version's as well.
What steps will reproduce the bug?
compile an Android project with targetSdk and compileSdk 35.
What is the expected behavior?
No response
System information
The text was updated successfully, but these errors were encountered: