Daily Simulator How to install local APK:
1, on your computer installed every day after the simulator software, your computer desktop will have a day simulator icon, double-click to open every day simulator software.
2, as shown in the following figure, this is the daily
Android development, the ADB tool is indispensable and sometimes unavailable. After you enter Android tools in Windows, you only need to enter ADB and then there will be a large ticket.
Command Prompt, then you can look at it, read it, and then you will understand it. Then you can refer to the android documentation, which is the best. The common estimation is as follows:
These:
ADB shell [on the Linux console, you can use some Linux Standard Commands, but they are incomplete. There are still fe
prefer Command Line. about the basic use of ADB: the adb tool is essential for android development, and sometimes unavailable. After you enter android tools in Windows, you only need to enter adb, and then a large ticket command will be prompted. Then you can check and read it, and then you will understand it, later, you can refer to the android documentation, which is the best. The commonly used estimation is the following: adb shell [to enter the Linux console, you can use some Linux Standard
Add the apk file to the Android simulator (AVD) for running,
Different exe and jar files of apk, apk needs to be run in Android. It is useless to run a single apk file and cannot be directly dragged into AVD (of course, it can be directly put into the Android mobile phone)
Tutorial Navigation:
1. Daily Simulator Installation Tutorial
2. Daily Simulator install local apk files tutorial
Daily Simulator Tutorial:
1, on your computer download decompression every day simulator software, double-click the icon, into the installation.
The android APK installation method is very simple. I will share with you how to install the APK file to the android simulator graphic tutorial.
1) first start the android simulator, find the emulatorfile in the toolsfolder of Android sdk, and double-click emulator.exe to start the
1. Run SDK Manager, select a simulator, and run the simulator.
SDK Manager Application
Open Simulator
2. Copy the apk file to the platform-tools directory (default: C: \ Program Files \ Android \ android-sdk-windows \ platform-tools ). To facilitate installation, name it game.apk.
3. Click Start → run. Enter cmd to
The Android Simulator is an emulator that simulates an Android phone system on a Windows platform. Android simulators can simulate Android's mobile environment on a computer, allowing you to experience Android games and apps on your computer.
If we want to run some programs, but do not want to run on their own mobile phones, of course, we can experiment in the Android simulator, let's take a look at
First
Run the CMD command to go To the SDK directory, and enter:
Install the application:
ADB install APK path.
F:/Android-SDK-Windows/tools> ADB install F:/Android/crack/BaZhuaYu2-SignFile.apk220 kb/s (0 bytes in 208075.000 S)DDM dispatch Reg wait timeoutCan't dispatch DDM chunk 52454151: No handler definedCan't dispatch DDM chunk 48454c4f: No handler definedCan't dispatch DDM chunk 46454154: No handler definedCan't dispatch DDM chunk 4d505251: No handler
Modified an Android app, such as launcher. then, a launcher.apk is compiled separately. How can I put this apk in the simulator to view the effect without building the entire image? The methods found on the Internet are directly adb install. However, after I try it, the system will prompt that the apk already exists and cannot be put in. Is my method wrong or is
Adding a apk requires adding local_package_name values to the product_packages.
And product_packages are generally defined in the files in the build/target/product/directory.
1. When compiling the simulator, the apk of the product_packages definition in the following file is compiled
Build/target/product/banyan_addon.mk
Build/target/product/sdk.mk
Sdk/build/
How to install the apk file androidapk on the Android Simulator
1. Run SDK Manager, select a simulator, and run the simulator.
SDK Manager Application
2. Copy the apk file to the platform-tools directory (default: D: \ tools \ android \ adt-bundle-windows-x86_64-20140
This article from the csdn blog, reproduced please indicate the source: http://blog.csdn.net/leilu2008/archive/2009/06/18/4277212.aspx
1. Install the android Program
1) Start the simulator, emulator;2). Use ADB install *. APK to upload the APK file to the data/APP directory of the OS that comes with the simulator;3).
1. Start Android simulator 2. Set *. copy the APK file to the toolsdirectory of Android sdk(click to download the android123.apk file), use the CD command of CMD to locate it in the android simulator directory tools, and execute ADB install *. APK command, the
Modified an Android app, such as launcher. then, a launcher.apk is compiled separately. How can I put this apk in the simulator to view the effect without building the entire image? The methods found on the Internet are directly adb install. However, after I try it, the system will prompt that the apk already exists and cannot be put in. Is my method wrong or is
This article describes the method for installing APK in the Android emulator. Share to everyone for your reference, specific as follows:
First step:
Start the emulator in Eclipse.
Step Two:
Open the Doc naming window and go to the Platform-tools in your Android SDK installation directory,
Like mine is E:/program files/andriod_sdk/platform-tools.
Step Three:
Use the ADB to install the Android operation. It is recommended that the third step use
When running an android project, the simulator always displays [17:10:10-bus1] Installation failed due to invalid APK file! [17:10:10-bus1] Please check logcat output for more details. [17:10:10-bus1] Launch canceled! However, it works normally when other android projects are running. I searched for some solutions on the Internet, such as restarting eclipse, deleting a virtual machine, re-creating a virtual
Label:TitleThe solution is as follows:1. Turn eclipse off first.2. In the manager go to the platform-tools of your Android SDK3. Type adb kill-server if ADB is closed and will prompt for server not running *4. Re-enter ADB start-server if unsuccessful, prompt daemon not running. Starting it now on port * * *If it succeeds, it does not prompt for any statements. Then re-open Eclipse to run the emulator normally.There is a situation, the real machine debugging, you opened the wrist bean clip, caus
To install the APK file on the android simulator, you must install and configure the SDK.
The problem is as follows:
After configuring the path and environment variables, run the CMD command:ADB install *****. APK
Prompt'Adb' is not an internal or external command or can be run.Program
The reason is as follows:
The sdk I used is in version 2.2. Some things m
If you are a beginner in Android, how can you test existing Android applications:
1. First get the android SDK (http://code.google.com/android/download.html) and unzip it to your hard disk somewhere
2. added the system variable sdk_root to point her to the/Tools Folder under the SDK.
3.run the androidsimulator (emulator.exe executable file in Windows). It takes a little longer to start and be patient. The startup screen is shown in .)
4. Copy the APK
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.