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.
Download the Apk file from net and copy it to platform-tools of your SDK folder, then in command prompt go to that directory an type:
adb install filename.apk
press enter it will install in few seconds