m9rco / Genymotion_ARM_Translation

👾👾 Genymotion_ARM_Translation Please enjoy!
MIT License
2.22k stars 406 forks source link

7.x Version doesn't work for me. #15

Closed abhay991 closed 4 years ago

abhay991 commented 4 years ago

I am able to install this translation tool but when i try to install apk i get same error as i got in past.

image

I tried different os and different version but none worked for me. I even tried doing through adb but no success. Am i doing something wrong?

jmaneyrol69 commented 4 years ago

Did you reboot your virtual device after drag'n dropping the zip file? Also, you can check if the ARM tools are correctly installed by using adb shell getprop ro.product.cpu.abilist. It should return x86,armeabi-v7a,armeabi.

abhay991 commented 4 years ago

Yes, i rebooted device and also it does return 'x86,armeabi-v7a,armeabi'

jmaneyrol69 commented 4 years ago

What APK are you trying to install? ARM translation only provides armv7, if the application has arm64 code it will not work with Genymotion at all, even with ARM translation tools.

abhay991 commented 4 years ago

I was trying to install Kik app.

jmaneyrol69 commented 4 years ago

Kik comes in 2 APK variants, armeabi-v7a and arm64-v8a. Make sure to use the APK variant for armeabi-v7a, the other one will not work with Genymotion, no matter what. You should be able to find it here: https://apkpure.com/kik/kik.android/variant/15.21.0.22201-APK

abhay991 commented 4 years ago

Thanks! I was able to install app but for some reason i can't run it. I guess this might be because i tried to install multiple ARM Translation tools.

image

jmaneyrol69 commented 4 years ago

Not sure and I won't be able to help you much further. You'd better contact Genymotion support at https://www.genymotion.com/contact/ and send them genymotion logs (Help > Generate logs).

abhay991 commented 4 years ago

Not sure and I won't be able to help you much further. You'd better contact Genymotion support at https://www.genymotion.com/contact/ and send them genymotion logs (Help > Generate logs).

Yeah I guess i solved the issue. Installing App was key thing here. Regarding app crash I will find solution and try to post here. Thanks alot for help mate.

abhay991 commented 4 years ago

App Crash issue was due to multiple arm translation tool i installed. I reset my emulator and it's working all fine.