Install app to Android SDK
On 21 January 2011 in TechAssuming you have installed Android SDK, (in my case, I don’t have Android Market installed)
- Download APK from internet, save to computer
- Copy APK from computer to emulator’s SD card using
adb
command. (Make sure Android emulator is running)android-sdk-windows/platform-tools/adb push file.apk /sdcard/
- Open browser in Android, point to
file:///sdcard/file.apk
- Choose ‘Install this app’
Related posts:
-
Ti.Network.registerForPushNotifications no response
-
VirtualBox as service
-
Subversion on thumbdrive
-
Auto login & skip unlock keyring
-
Titanium app hex color value with alpha channel
-
How to download Running Man subbed videos (or other shows) from streaming website
-
Check process that prevent unmount USB drive
-
Merge XAML and code-behind file in Visual Studio
-
Slack MacOS client keep crashing
-
Efficient code
Filed under Tech
Leave a Reply