-
Notifications
You must be signed in to change notification settings - Fork 6
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
Build fail in Android 12: error: overriding commands for target #5
Comments
Unfortunately, we don't have support for android 12 yet. We have plans to do it in the future, but we cannot give you an estimate when. |
Facing the same issue with android-12.0.0_r25 |
We actually did find a workaround that worked for us. We did not care about the emulator image, so we created an empty file that we used to trick the build system that all the necessary files are present for the emulator build. These lines was added to our makefile:
|
I tried, but if I remove out/target/product/ and try build again, i still got that issue |
I am trying to use this guide in Android 12, but I encounter an error:
I am using AOSP branch android-12.0.0_r28.
Note: Some other minor errors is encountered when using Android 12 that was easier to solve.
The text was updated successfully, but these errors were encountered: