I finally managed to obfuscate my Android application, now I want to test it by installing the APK file and running it on the emulator.
Start the console (Windows XP), Run -> type cmd, and move to the platform-tools folder of SDK directory.
In case anyone wondering how to run cmd
in platform-tools
folder of SDK directory, if you are running a new enough version of Windows, follow the steps:
platform-tools
through Windows Explorer.shift
right click and you will find the option "Open Command window here".Hope it helps