This is very easy to install and test an apk on Emulator.
Follow these steps:
Example:
C:\android-sdk\platform-tools> adb install C:\Users\S2PTech\Desktop\s2ptech.apk
Follow these steps:
- Execute the emulator (SDK Manager.exe->Tools->Manage AVDs...->New then Start)
- Open Run -> type cmd, and move to the platform-tools folder of SDK directory. For example: On my system: path of platform-tools folder is C:\android-sdk\platform-tools.
- Copy this path and go to cmd and paste using mouse (Right click mouse->Paste).
- If you paste the APK file in the 'android-sdk\tools' or 'platform-tools' folder.
- Then type the following command and Press Enter buttong. adb install [apk file name] Example: adb install s2ptech.apk
- If you paste the APK file anywhere in your system. Then Type the following command and press Enter Button.
Example:
C:\android-sdk\platform-tools> adb install C:\Users\S2PTech\Desktop\s2ptech.apk
- Once you finish above steps successfully. You can see your apk installed on your Emulator.
- Thats it.