The android emulator solves the problem that genymotion-arm-translation.zip cannot be dragged and installed

 

1. After the experiment, it is indeed solved. Solved with command line.

2. Starting as an administrator can solve the problem of automatic operation after dragging and dropping, but it still reports an error. There is no screenshot in the error report, but the problem of the simulator.

3. After using Genymotion, I feel really bad. Later found good, add here.

4. If the file has been dragged and dropped, you can use this to solve it:

I used to remember to drag Genymotion-ARM-Translation_v1.zip directly into it to install it successfully. Now I tried the latest genymotion on the mac, and after dragging it in, it became Files successfully copied to: /sdcard/Download

Solution:

Manually flash this archive directly. 

1. adb shell

2. cd /sdcard/Download/

3. sh /system/bin/flash-archive.sh  /sdcard/Download/Genymotion-ARM-Translation_v1.2.zip

4, Restart the emulator.

OK

from: The solution for Genymotion emulator to install Genymotion-ARM-Translation to copy

========

Solve the problem that genymotion-arm-translation.zip cannot be dragged and installed

1. The origin of the problem

Applicable situation 1: When we start the Genymotion emulator and run the app in AndroidStudio, the following error pops up: 
INSTALL_FAILED_CPU_ABI_INCOMPATIABLE

error one

Applicable situation 2: When dragging and installing the apk file directly, the simulator pops up the following error:

error two

This is because Genymotion is based on X86, which does not support ARM architecture. At this time, we need to drag and install Genymotion-ARM-Translation_v1.1.zip or Genymotion-ARM-Translation_v2.0.zip into the simulator to solve it.

But the problem comes again. In Win10 or in some cases, we do not have administrator rights
so there is a situation where we cannot drag and drop , or when dragging becomes copy , and drag becomes copy but invalid .

 or 

It will cause our installation to fail smoothly.

2. Solutions

We use the adb.exe that comes with Android -sdk-windows to manually install Genymotion-ARM-Translation_vX.X.zip (any version) in the console.

1) First, we right-click the Genymotion icon and run it as an administrator.

Then start a device normally.

boot device

2) Find the path where adb.exe is located in your android-sdk-windows directory, as shown in the figure:

Then start the Windows cmd console and enter the directory where adb is located:

Excuting an order:

adb push E:\Genymotion-ARM-Translation_v1.1.zip /sdcard/Download/

(Note: Do not contain spaces in the path where Genymotion-ARM-Translation_v1.1.zip is stored)

This sentence is to import the Genymotion-ARM-Translation_v1.1.zip file into the /sdcard/Download/ directory of the emulator. "1 flie pushed" appears to indicate that the import was successful.

Next execute the command to install:

adb shell flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation_v1.1.zip

 

 

Finally, "Done successfully!" appears, congratulations on your successful installation.

3) Restart the emulator, OK, the apk that could not be installed before can now be installed happily again!

 

=

=

=

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326183213&siteId=291194637