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.
How can I install an APK file on the Android Emulator?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can simply drag and drop the
.apkfile of your application to the emulator and it will automatically start installing.Another option:
Windows:
Execute the emulator (SDK Manager.exe → Tools → Manage AVDs… → New then Start).
Start the console (Windows XP), Run → type cmd, and move to the platform-tools folder of SDK directory.
Paste the APK file in the
android-sdk\toolsorplatform-toolsfolder.Then type the following command.
Example:
Linux:
Copy the apk file to
platform-toolsin theandroid-sdk linuxfolder.Open Terminal and navigate to
platform-toolsfolder inandroid-sdk.Then execute this command:
If the operation is successful (the result is displayed on the screen), then you will find your file in the launcher of your emulator.
Mac:
Example:
Then run adb.