Android : Install An Apk File On The Android SDK Emulator
Android |
There is another way to do so.
['How To' Section]
Do a googling to find some apk files (Android app file), then show time :
- Make sure your Android Emulator is ON.
- Go to the platform-tools folder. Copy your apk file to this folder
- Via terminal, point to the platform-tools folder, and type this:
./adb install your_apk_file.apk
Done. Simple isn't it? :) Ciaoo..