m9rco / Genymotion_ARM_Translation

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

8.0 not working! #8

Open ghost opened 4 years ago

iRickcoder commented 4 years ago

Me too

m9rco commented 4 years ago

Could you tell me how I can do is

m3l0n-tech commented 4 years ago

please fix for 8.0

evolverzilla commented 4 years ago

8.0 is crashing on visuals. Even on very reduced effects it constinues crashing on games like Ragnarok M Eternal Love

SankaKotik commented 4 years ago

PLEASE FIX IT!!!!!!

m9rco commented 4 years ago

12

3xploiton3 commented 4 years ago

same issue on me

image

chiva commented 4 years ago

Tested in Genymotion v3.1.0 with an Android 8.0 (and every other version you have files available for) and they all fail to install an .apk with the same error @3xploiton3 attached.

I've verified through adb and all files from the zip files are correctly copied into the folders

If you need any more info, please ask me

Xanarack commented 4 years ago

This is how I got mines working. Make sure to use the newest recommended version of Virtualbox on the Genymotion website and to install the Arm Translator before anything else. Do not install Google Apps until the Arm Translator is installed first. I would not recommend updating a existing device and to create a new one.

With v3.1.0 and the 9.0 API, the Arm Translator for API 8.0 works with the most notable benefit being that audio stutter is no longer a problem.Yay.

Genymotion v3.1.0 VirtualBox v6.0.4 API 9.0 device with API 8.0 Arm Translator

API 8.0 w/ Translator 8.0 also still works

chiva commented 4 years ago

@Xanarack thanks for the tips, but doesn't seem to work for me.

Uninstalled Genymotion and VBox, and installed again separately:

I have then installed GApps and rebooted, but the app doesn't appear in Play Store (I imagine because of not correctly detecting the ARM translation package???)

jmaneyrol69 commented 4 years ago

@chiva , what APK variant did you use? ARM translation can only translate armabi-v7, it doesn't work with armv8/arm64.

chiva commented 4 years ago

ha! That's an important detail I've managed to get the x86 and armabi-v7a builds and both work correctly :D

Maybe, that can be added to the readme for future incautious people

jmaneyrol69 commented 4 years ago

Maybe, that can be added to the readme for future incautious people

Cc @m9rco . I think that this is important too and should be mentioned in the README. Many modern applications are built for arm64 (arm-v8) by default.

evin-zhang commented 2 years ago

same issue on me

image

+1

jmaneyrol69 commented 2 years ago

@3xploiton3 @evin-zhang is your APK compiled for arm 32bits (armabi-v7a)? ARM translation tools can NOT interpret arm 64bits (armv8).