Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

armeabi-v7a support #4

Closed
zhuangyy opened this issue May 1, 2019 · 5 comments
Closed

armeabi-v7a support #4

zhuangyy opened this issue May 1, 2019 · 5 comments

Comments

@zhuangyy
Copy link

zhuangyy commented May 1, 2019

Would you please add armeabi-v7a support in next apk release? A lot of tvboxs, including mine, are still running as arm32.
Thanks.

@AndreyPavlenko
Copy link
Owner

armeabi-v7a is supported -

def abiMap = ['arm': 'armeabi-v7a', 'arm64': 'arm64-v8a', 'x86': 'x86', 'x86_64': 'x86_64']

@zhuangyy
Copy link
Author

zhuangyy commented May 1, 2019

but not included in apk? only arm64-v8a can be found in apk downloaded from google-play

image

@AndreyPavlenko
Copy link
Owner

The build produces 5 apks for different platforms:
com.ap.transmission.btc-android_4.1-arm-1.3.2.apk
com.ap.transmission.btc-android_5.0-arm-1.3.2.apk
com.ap.transmission.btc-android_5.0-x86_64-1.3.2.apk
com.ap.transmission.btc-android_4.1-x86-1.3.2.apk
com.ap.transmission.btc-android_5.0-arm64-1.3.2.apk

Google play has all these versions, but only the matching version is downloaded.

@zhuangyy
Copy link
Author

zhuangyy commented May 1, 2019

thanks very much for your quick reply, that resolved my doubts. by googling I can find a download link for the apk above in a Russian web site but leads to a 404 error.

still can not figure out how to download apk from google play with specified platform (a chrome extension named apk downloader is used).

would you please publish those apks as releases in this github repository, so this apk can be downloaded and installed on devices which have no access to google play.

@AndreyPavlenko
Copy link
Owner

Published.

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

No branches or pull requests

2 participants