How to install Android application directly with Win10 Mobile

  
These days, for WP users, it can be said that it is a good thing again and again, this is not, Win10 application store has been on the shelves a lot of applications, now, Win10 Mobile can directly install Android applications, then, how to directly install Android Win10 Mobile Application? Let’s take a look at the nine-year-old Xiaobian.
1. Microsoft's WP10 running apk project is still in its infancy, it is not perfect, it is only for early adopters, all kinds of potential mistakes and unpleasantness please eat it yourself
2. This is the developer mode, and finally WP10 is definitely not If you play Android, please know.



Win10 Mobile directly install Android application
System version requirements: Windows Mobile 10 10.0.10149 or above, I am in 10166 measured
currently supported mobile phones (simulators and phones not in the list are not supported )::
Nokia Lumia 920
Nokia Lumia 925
Nokia Lumia 929 (icon)
Nokia Lumia 830
Nokia Lumia 930
Nokia Lumia 1520
Nokia Lumia 635 (1G RAM Edition)
Nokia Lumia 730
Nokia Lumia 820
Nokia Lumia 435
Nokia Lumia 928
Tools:
1. Connecting tool http://pan.baidu.com/s/1bnyNxKF (latest version)
2. android SDK adb tool, http://pan.baidu.com/s/1eQjilb0,
Start:
1. Decompress sdk to ensure that ADB commands can be used ( Please use Baidu in this step, and the tool components in the linked directory are sufficient.)
2. Unzip the above tools to a folder and install IpOverUsbInstaller.msi and vcredist_x86.exe.
3. Open wp10 mobile phone, settings - update and security - for developers: Check developer mode, open device discovery
4. Unzip the directory of the compressed package (assuming z:tools) to open the command Line mode:
1) usb connection phone:
Run D: toolswconnect.exe usb
2) wifi link phone (as long as the computer and wp10 phone under a router network, this is more stable than usb link... ):
D:toolswconnect.exe 192.168.xxx.xxx
Two methods are available. If the operation is successful, you will be prompted to enter the pairing pin code.
At this point, pairing on the mobile phone will display the pin code, copy the pin code to the computer command line and press Enter.
The prompt for successful link is like this:

How to install Android application directly on Win10 Mobile
This step encounters error code 9, is usb not connected to the phone. If you touch the error 14, your phone is not in the above support list.
5. This time can be used in the command line window with the adb command to try (adb directory to locate itself)
adb devices
should list the above emulator-5554. (Microsoft really put a simulator in wp10...)

How to install Android application directly on Win10 Mobile
This kind of thing can be installed. Download apk to this directory, the command is very simple:
adb install xxx.apk

How to install Android application directly on Win10 Mobile
This is done.
The following is an installation example, Android version of Yi Xun.


Copyright © Windows knowledge All Rights Reserved