When I try to dump apk resources using AAPT on Android versions of Jellybean and pre-Jellybean, it works fine. It displays the expected result.
aapt dump --values resources /system/framework/framework-res.apk
But when I try to run this command in KitKat and newer versions, it does not output anything. I'm not entirely sure that the ART runtime has anything to do with this, though.
Does anyone know what could be causing this? and how to fix it?
android linux terminal binary aapt
Julian Paolo Dayag
source share