Install and delete applications in the Android simulator Environment

Source: Internet
Author: User

1. Install the Android Application
1) Start the Android Simulator
2) adb install (apk path on the PC/) *. apk (upload the apk file to the data/app directory of the OS that comes with the simulator)
3) Open the apk application on the Android Simulator Interface
2. Delete the Android Application
There are several ways to delete Android.
First, use uninstall on the command line.
Adb uninstall apk package name (switch to File Explorer in DDMS with EC, under data/data)
Type 2: Enter the simulator operating system through the command line.
Adb shell (enter the operating system of the simulator)
Cd data/app (switch to the apk installation directory)
Rm ***. apk (switch to File Explorer of DDMS with EC, under data/app)
Third: it is very simple to delete a simulator above 1.1
Setting-> Applications-> Manage applications-> XXX Program-> Uninstall
In this way, you can delete it.


Excerpt from advancing with the times

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.