How to install the built-in APK into the emulator of Eclipse itself

Source: Internet
Author: User

Reference: http://blog.csdn.net/zzp_403184692/article/details/7948212

In the project development, want to put the last version of the mobile phone software in the simulator for testing, but how to do it? Here are the steps to proceed:

1. Put the downloaded apk file into Eclipse's installation directory-->androidsdk-->platform-tools folder

2. Use cmd command: find this folder (ie Platform-tools)

3, the implementation of the ADB install ***.apk command can be

Example: I want to install D:\android\androidsdk\platform-tools\a.apk

So:

CMD command order: D:, CD Android, CD androidsdk, CD platform-tools, adb install a.apk

Note: 1, if you enter the wrong folder, back to the command: CD.

Now look at the simulator, the Discovery Program has been installed on the top!!

How to install the built-in APK into the emulator of Eclipse itself

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.