# Genymotion_ARM_Translation
**Repository Path**: ch2w/Genymotion_ARM_Translation
## Basic Information
- **Project Name**: Genymotion_ARM_Translation
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-04-12
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
:rocket: Genymotion_ARM_Translation :rocket:
## Genymotion Translation
```
├── LICENSE
├── README.md
└── package
├── Genymotion-ARM-Translation_for_4.4.zip
├── Genymotion-ARM-Translation_for_5.1.zip
├── Genymotion-ARM-Translation_for_6.0.zip
├── Genymotion-ARM-Translation_for_7.X.zip
└── Genymotion-ARM-Translation_for_8.0.zip
```
## Android version mapping
* [4.3](/package/Genymotion-ARM-Translation_for_4.3.zip)
* [4.4](/package/Genymotion-ARM-Translation_for_4.4.zip)
* [5.1](//package/Genymotion-ARM-Translation_for_5.1.zip)
* [6.0](/package/Genymotion-ARM-Translation_for_6.0.zip)
* [7.X](/package/Genymotion-ARM-Translation_for_7.X.zip)
* [8.0](/package/Genymotion-ARM-Translation_for_8.0.zip)
## Genymotion Can't install the APK solution:
1. download Genymotion-ARM-Translation-for[v]
2. Will download the toolkit drag and drop into the Genymotion directly,
3. If failure
```
1. adb shell
2. cd /sdcard/Download/
3. sh /system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation.zip
4. adb reboot
```
4. Resetting the Emulator
## Install Adb
```bash
brew cask install android-platform-tools
```
## Samples and Common Problems
```
An error occured while deploying the file.
This probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions. You should either build your native code to x86 or install an ARM translation tool in your device.
```