I have successfully extracted the static features of Android application by using Android asset packaging tool through command prompt
. Now I want to use aapt tool to extract static features of android apps installed on device. I am confused about few things.
Whether do I have to add aapt.exe in my android application or it is already available in android device? If I have to add it in my android application ,how can i add the exe file in the android application in order to call it at run time?
Environment: android studio / eclipse