I've pushed an apk to system/priv-app on my tv box, but I get this error when I try to uninstall an app:
dex2oat : Failed to create oat file: /data/dalvik-cache/arm/system@priv-app@[email protected]@classes.dex: Permission denied
dex2oat : dex2oat took 803.750us (threads: 4)
art : Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --instruction-set=arm --instruction-set-features=smp,-div,-atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=cortex-a9 --instruction-set-features=default --dex-file=/system/priv-app/CanvasPackageInstaller/CanvasPackageInstaller.apk --oat-file=/data/dalvik-cache/arm/system@priv-app@[email protected]@classes.dex) because non-0 exit status
art : Failed to open dex file '/system/priv-app/CanvasPackageInstaller/CanvasPackageInstaller.apk' from memory: Unrecognized version number in /system/priv-app/CanvasPackageInstaller/CanvasPackageInstaller.apk: 0 3 7
I've tried to clean the dalvik-cache but with no success. What does it mean ?
The 037 version of the dex format was introduced in the N timeframe. Devices with a version of Android older than N won't be able to read it.