How to install Win10 Mobile Android APK application

  
Many friends use win10 Mobile to install and run Android apk application, but because Microsoft's Win10 Mobile running apk project is still in an early stage, it is not perfect, only for early adopters, many of them are on this The application is not very familiar, then how to install Android APK application for Win10 Mobile, the following small series will bring you Win10 Mobile directly install Android APK application tutorial.
Win10 Mobile official latest version; http://www.cr173.com/soft/151638.html

System version requirements: Windows Mobile 10 10.0.10149 or above, I am at 10166 measured
current Supported 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< Br>Nokia Lumia 1520
Nokia Lumia 635 (1G memory version)
Nokia Lumia 730
Nokia Lumia 820
Nokia Lumia 435
Nokia Lumia 928
Tools
Visual Studio Official Chinese Free Edition: http://www.cr173.com/soft/11484.html
Android SDK official latest version: http://www.cr173.com/soft/21869.html
Start:
1. Decompress sdk to ensure that ADB commands can be used (this step is your own Baidu, 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 a successful link is like this:

This step encountered an error code 9, which is 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...)

This kind of thing can be installed. Download apk to this directory, the command is very simple:
adb install xxx.apk

This is done.
The following is an installation example, Android version of Yi Xun.

This is the detailed method of installing the Android APK app, I hope it will be useful to everyone.

Copyright © Windows knowledge All Rights Reserved