To install native app on Android Emulator, You must have installed Android SDK in your System. Please find the below steps if you want to do install on Windows/Linux.
Windows :
1. Open Command Prompt
2. Navigate to Android SDK path till platform-tools directory (C:\Android\sdk\platform-tools)
3. Run below command
- adb install C:\Users\hbolla\AndroidApps\demoApp.apk
Linux/Mac :
1. Open Terminal
2. Navigate to Android SDK path till platform-tools directory (\users\Android\sdk\platform-tools)
3. Run below command
- ./adb install \Users\hbolla\AndroidApps\demoApp.apk
Wait for few minutes and get success response in cmd/terminal if app is successfully installed on Emulator.
No comments:
Post a Comment