When I try to dump an apk resources using the AAPT on Android Jellybean and pre-Jellybean versions, it works fine. It displays the expected output.
aapt dump --values resources /system/framework/framework-res.apk
But when I try to run this command on KitKat and newer versions, it outputs literally nothing. I'm not really sure if ART runtime has something to do with this though.
Anyone knows what could be the cause of this? and how to fix this?