i am working on andriod development and trying to get the list of activities supported by an APK. Most of the answer that I come across talk about following command:
aapt dump xmltree AndroidManifest.xml
But when I run that command on my command line it throws following error:
aapt is not recognized as an internal or external command
I am able to run other adb commands successfully I am not sure what is wrong with aapt command. On a side note I am doing development in Windows 7 environment.