geeks-r-us / anbox-playstore-installer

Install script that automates installation of googles playstore in anbox
MIT License
656 stars 155 forks source link

Incorrect mapping of 32 and 64 bit arm apps #34

Closed pellcorp closed 5 years ago

pellcorp commented 5 years ago

With the installer as is, when I tried to run a arm64-v8a app (roblox in this case), it crashed with an adb log that that native arm64 libs were not 32 bit.

But when I applied this pull request, that particular issue disappeared, so the pull request is badly named, but its still an important fix.

https://github.com/geeks-r-us/anbox-playstore-installer/pull/29

https://github.com/geeks-r-us/anbox-playstore-installer/pull/30