Windows:
- Execute the emulator (SDK Manager.exe->Tools->Manage AVDs...->New then Start)
- Start the console (Windows XP), Run -> type cmd, and move to the platform-tools folder ofSDK directory.
- Paste the APK file in the 'platform-tools' folder.
Then type the following command.adb install [.apk path]
Example:adb install C:\Users\Name\MyProject\build\xyz.apk
Linux:
In Linux the adb file is found in platform-tools directory under the SDK root directory
Mac:
PATH=$PATH:"adb location"
Example : PATH=$PATH:/users/jorgesys/eclipse/android-sdk-mac_64/tools
Then run adb.
Interesting post. I Have Been wondering about this issue, so thanks for posting. Pretty cool post.It 's really very nice and Useful post.Thanks este
ReplyDelete