We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see the download guildeline of fdroid, that has a -o arch=arm64-v8a
so , does apkpure source, is there any way to download arm64-v8a?
my device is always download armv7 by default.
The text was updated successfully, but these errors were encountered:
Strange, when I use the apkpure source to download com.instagram.android and extract it with apktool, I see arm64-v8a native libraries:
com.instagram.android
arm64-v8a
┌──(user@system)-[~/Downloads/com.instagram.android/apktool] └─$ find lib/ lib/ lib/arm64-v8a lib/arm64-v8a/libc++_shared.so lib/arm64-v8a/libbreakpad_cpp_helper.so lib/arm64-v8a/libandroidx.graphics.path.so lib/arm64-v8a/libbreakpad.so lib/arm64-v8a/libarcore_sdk_jni.so lib/arm64-v8a/libunwindstack_binary.so lib/arm64-v8a/libsuperpack-jni.so lib/arm64-v8a/libfbunwindstack.so
What app are you trying this with?
Sorry, something went wrong.
No branches or pull requests
I see the download guildeline of fdroid, that has a -o arch=arm64-v8a
so , does apkpure source, is there any way to download arm64-v8a?
my device is always download armv7 by default.
The text was updated successfully, but these errors were encountered: