android-rpi / device_arpi_rpi4

Device build-config for Raspberry Pi 4
216 stars 87 forks source link

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

Open aladin153 opened 1 year ago

aladin153 commented 1 year ago

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 commented 7 months ago

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

AhnMo commented 5 months ago

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