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

after changing the device platform still fetching armbi apks

Open fifi-l opened this issue 7 years ago • 1 comments

This is more like a question than an issue, I need to grab apks that I can use on emulators. But when I add x86 and x86_64 into device platforms, I'm still getting an error while running adb install INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113

Isn't it the case that the api should just handover the apk with device specs? Or it just doesn't fetch apks for non-arm devices?

I've tried downloading an apk for Asus Zen 4 phone that has both arm and x86 https://github.com/NoMore201/googleplay-api/blob/588b17eb7c90a37adbb2cc35d948d43ad0f4c6f4/gpapi/device.properties#L1356 but it still doesn't install on my lollipop emulator

fifi-l avatar Oct 29 '18 09:10 fifi-l

emulator only supports x86? tried armeabi-v7a,armeabi only devices? not arm64-v8a

i think armeabi-v7a apks should work on every device :|

IRGC avatar Dec 07 '18 06:12 IRGC