after changing the device platform still fetching armbi apks
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
emulator only supports x86? tried armeabi-v7a,armeabi only devices? not arm64-v8a
i think armeabi-v7a apks should work on every device :|