We can install apk into emulator with following steps :
- Paste the .apk file to platform-tools in the android-sdk Linux/MAC folder.
- Open Terminal and navigate to platform-tools folder in android-sdk.
- Then Execute this command – ./adb install yourdemo.apk
- If the installation is successful then you will get your app in the launcher of your android emulator.
Cheers,
Kapil
No comments:
Post a Comment
Thanks for your comment, will revert as soon as we read it.