Run apk file on emulator

i am trying to run a .apk file created with unity android on android emulator

i have copied the apk file in the android sdk folder

when i run the apk file via cmd it give the error device not found

i have built it via device filter : emulator only but it is still not running.

can someone please help me out
thanks in advance

use “adb devices” to see if any devices are ready include the emulators. If you want to install the apk to the emulator, start the emulator at first.

How to Install or Uninstall APK Files within the Android SDK Read through this post and you should be able to do that :slight_smile: