Giter VIP home page Giter VIP logo

genymotion_arm_translation's Introduction

​

πŸš€ Genymotion_ARM_Translation πŸš€

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
    └── Genymotion-ARM-Translation_for_9.0.zip

Android version mapping

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
  1. Resetting the Emulator

Install Adb

  brew cask install android-platform-tools

FAQ / Troubleshooting

APK still doesn't install after installing ARM_Translation tool

If you are still getting this error message, follow the guide:

  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.
  1. Verify if you have installed ARM_Translation successfully.
  • Run getprop ro.product.cpu.abilist through ADB shell. If it shows x86,armeabi-v7a,armeabi, ARM_Translation has been installed successfully.
  • If you don't know how to run ADB shell, follow this guide to get ABI information.
  1. Check if armeabi-v7a is enough for your APK.
  • Run unzip -l YOUR_APP.apk | grep -o ' lib/[^/]*/' | uniq. If the only output is lib/arm64-v8a/, it means your APK doesn't support armv7 (32bit). You need another armv8 (64bit) translation tool. This project might help.

genymotion_arm_translation's People

Contributors

ahnmo avatar m9rco avatar recolic avatar taufik-ridwan avatar wixty avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.