Skip to content
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

Android-13.0.0_r23 Cannot find framework matrix at FCM version 2. #113

Open
aladin153 opened this issue Feb 7, 2023 · 2 comments
Open

Comments

@aladin153
Copy link

I' trying to build Android 13 r23 for rpi4 and I'm facing the following issue :
ERROR: No such file or directory: #Cannot find framework matrix at FCM version 2.: No such file or directory

The solution was to modify the target-level in manifest file from 2 to 3.
-<manifest version="1.0" type="device" #target-level="2"> +<manifest version="1.0" type="device" target-level="3">

Fail.txt

@vnguyentrong
Copy link

Hello @aladin153, have you fixed this issue?, if yes, could you please summarize how to fix this?

@AhnMo
Copy link

AhnMo commented Jan 29, 2024

I've got same error, but I realize same mistake with #91.
Build with following command:

$ make ramdisk systemimage vendorimage

not this one:

$ m

https://github.com/android-rpi/device_arpi_rpi4/blob/arpi-13/README#L13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants