Traditional Culture Encyclopedia - Traditional culture - How to install android apps on win10 phone

How to install android apps on win10 phone

1. Extract the sdk and make sure the ADB commands work (please do this on your own, the linked directory has enough tools)

2

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

3

3

Open the win10 phone, Settings - Update Security - Developer Oriented: Check Developer Mode and turn on Device Discovery

4

4

5

6. p>3. Turn on your wp10 phone, Settings - Update and Security - Developer Oriented: Check Developer Mode and turn on Device Discovery

4

4. Open Command Line Mode in the directory where you unzipped the zip archive (let's say z:\tools\):

1) Usb Connection to Phone:

Run D:\tools\ wconnect.exe usb:

Run the following command line mode wconnect.exe usb

2) wifi link cell phone (as long as the computer and wp10 cell phone under a router network, this is more stable than usb link.).

D:\tools\wconnect.exe 192.168.xxx.xxx

Both methods work, and if it runs smoothly, you'll be prompted to enter the pairing pin code.

At this point in the phone point pairing, will show the pin code, the pin code copied to the computer command line and enter.

The prompt for successful linking looks like this:

The error code 9 in this step is that the usb is not connected to the phone. If you get error 14, your phone is not on the support list.

5

5. At this point, you can try using adb in a command line window (locate the adb directory yourself)

adb devices

should list the emulator-5554 mentioned above. (Microsoft really did put an emulator in wp10.)

6

This should load. Download the apk to this directory with the simple command:

adb install xxx.apk

7

That's it.

Here's a sample installation, EaseUS for Android, how about that?