googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

Changing Architecture

Open peter254 opened this issue 10 years ago • 2 comments

Is it possible to set the architecture when downloading an apk? I used an emulator to get an android device id and therefor my downloaded apks are for x86, not arm. Is there a way to fix this?

peter254 avatar Sep 02 '15 19:09 peter254

Hello, I have no idea if the architecture depends on one of the HTTP headers (such as the User-Agent) or if it is bound to the device id; in that case one would have to reverse the device id generation (and somehow spoof the architecture) or use a physical ARM device.

2015-09-02 21:07 GMT+02:00 Peter Burkert [email protected]:

Is it possible to set the architecture when downloading an apk? I used an emulator to get an android device id and therefor my downloaded apks are for x86, not arm. Is there a way to fix this?

— Reply to this email directly or view it on GitHub https://github.com/egirault/googleplay-api/issues/54.

egirault avatar Sep 03 '15 08:09 egirault

As far as I know, in general there is the same APK file for arm and x86. In the subfolders of the resources, you can find x86, ARM and MIPS binarys compiled for the different architecture.

hannoL avatar Oct 13 '15 14:10 hannoL