How to install Android application directly on Win10 Mobile

  

[Note]
1, system version requirements: Windows Mobile 10 10.0.10149 or more
2, enter developer mode

[currently support win10 mobile]
Support for Android now The Windows 10 Mobile devices for the APK application include: lumia920, Lumia925, Lumia Icon, Lumia 830 (National Bank does not support, Hong Kong version support), Lumia 930, Lumia 1520, Lumia 635 (1 GB memory version), Lumia 730, Lumia 820, Lumia 435, Lumia 928, and self-updated Win10 Mobile 10240 Lumia 640 /Lumia 640 XL, Lumia 1020 (National Bank does not support, Hong Kong version support).
[Tools]
1, connection tool link: APKToWin10M download
2, android SDK adb tool
[Operating steps]
1. Decompress sdk to ensure ADB command can be used (required Know yourself).
2. Unzip the above tools to a folder and install IpOverUsbInstaller.msi and vcredist_x86.exe yourself.
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:

[Note] 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 an emulator in wp10...)

If you can install it as shown in the figure. Download apk to this directory, the command is very simple:
adb install xxx.apk

This is done.

Copyright © Windows knowledge All Rights Reserved