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:
-
Auto login & skip unlock keyring
-
SSH Public Key Auth
-
Creating [object] in a different context than the calling function.
-
Create event based component in C#
-
Flurry Android 3.2.0 SDK for Titanium module
-
Titanium Android keystore
-
Titanium app hex color value with alpha channel
-
Compress / Decompress files using XZ
-
Batch image resize
-
PHP Data Validation
Filed under Tech
Leave a Reply