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.
go to sdk folder, then go to tools. copy your apk file inside the tool directory ./emulator -avd myEmulator to run the emulator on mac ./adb install myApp.apk to install app on the emulator