Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Support x86 and x86_64 devices #393

Open
pauledwardtang opened this issue Apr 5, 2023 · 0 comments
Open

Support x86 and x86_64 devices #393

pauledwardtang opened this issue Apr 5, 2023 · 0 comments

Comments

@pauledwardtang
Copy link

pauledwardtang commented Apr 5, 2023

Currently, the abiFilters set in build.gradle prevent installation on emulators for testing and excludes devices like the Asus Zenphone 2 and Chromebooks (appropriate use case for a parent).

ndk {
    abiFilters 'armeabi-v7a', 'arm64-v8a'
}

From some prelim testing (in #392), I found that the APK size increases quite a bit (without splits configuration), about double the size, but no side effects other than that.

Is there a reason why these targets are excluded?

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

1 participant