1

I am using Ubuntu 16.04.4. I have an apk installed in my system and I want to install that apk file in the emulator(or AVD). I dragged and dropped the apk file to the emulator and I got the following error. Click here for the Error image

Darshil
  • 69
  • 7

1 Answers1

1

You can use adb for that, just make sure you have in your PATH and type adb install <path>/your.apk Make sure your emulator is running with adb devices

Refer to this: https://developer.android.com/studio/command-line/adb.html