You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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">
It's giving an error now. What should I do to solve it? Have you examined the manifest, where exactly is it?
` [email protected]::IMemtrack/default [email protected]::INfc/default
android.hardware.power.IPower/default (@4) [email protected]::ISensors/default [email protected]::ISoundTriggerHw/default [email protected]::IOffloadConfig/default [email protected]::IOffloadControl/default
android.hardware.wifi.IWifi/default (@2)
android.hardware.wifi.hostapd.IHostapd/default (@2)
android.hardware.wifi.supplicant.ISupplicant/default (@3)
ERROR: No such file or directory: Cannot find framework matrix at FCM version 4.: No such f
ile or directory
14:13:32 ninja failed with: exit status 1
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
The text was updated successfully, but these errors were encountered: