To install apk file on Emulator Follow the below mentioned steps:
1.Go to platform-tools in android-sdk and Copy the apk file in it.
2.From your Terminal navigate to platform-tools folder in android-sdk.
3.Then use this command
./adb install app_name.apk
If it returns Success, then you'll be able to see the application in your Launcher screen.
0 Comment(s)