Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Changing Architecture #54

Open
peter254 opened this issue Sep 2, 2015 · 2 comments
Open

Changing Architecture #54

peter254 opened this issue Sep 2, 2015 · 2 comments

Comments

@peter254
Copy link

peter254 commented Sep 2, 2015

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?

@egirault
Copy link
Owner

egirault commented Sep 3, 2015

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
#54.

@hannoL
Copy link

hannoL commented Oct 13, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants