How to install Android application directly on Win10 Mobile

  
 Recently, for WP users, it is really lively, and the Win10 app store has been on the shelves for many applications! Moreover, Win10 Mobile can directly install Android applications, then, how can Win10 Mobile directly install Android applications? However, the WP10 project running apk is still in its early stages. I believe that there will be defects found in the land, but now we can still try it.

[Note]

1, system version requirements: Windows
Mobile 10 10.0.10149 or more

2, enter developer mode < Br>



[currently supports win10 mobile]
The current Windows 10 Mobile devices that support the Android APK application include: lumia920, Lumia925, Lumia Icon, Lumia830 (National Bank does not Support, Hong Kong version support), Lumia930, Lumia1520, Lumia635 (1GB memory version), Lumia730, Lumia820, Lumia435, Lumia928, Lumia640/Lumia640 XL and Lumia1020 of Win10 Mobile 10240 (National Bank does not support, Hong Kong version support).

[Tools]

1, connection tool link: APKToWin10M download

2, adb tool in android SDK

[operation steps]

1. Decompress sdk to ensure that the ADB command can be used (you need to know it yourself).

2. Unzip the above tools to a folder and install IpOverUsbInstaller.msi and vcredist_x86.exe yourself.

3. Open the wp10 phone, set--update and security--for developers: Check the developer mode, open the device discovery

4. Unzip the directory of the package just now (assuming z:tools)Open the command line mode:

1) usb connect the phone:

Run D:toolswconnect.exe usb

2)wifi link phone (as long as Computer
and wp10 mobile 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 to test with the adb command (adb directory itself)

adb devices

The above emulator-5554 should be listed . (Microsoft really put a simulator 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