Hi all, if we add ndk.filters with only arm suppor...
# android-architecture
u
Hi all, if we add ndk.filters with only arm support, will it restrict the apk to be installed only on arm based devices?
😶 1
e
some non-arm devices have an emulator for arm native binaries, such as https://commonsware.com/blog/2013/11/21/libhoudini-what-it-means-for-developers.html - but you shouldn't rely on it
l
I believe so. I wasn’t able to upload to my Pixel Slate (x86) when I built for arm target only, but it’s hard to tell if that’s intentional with how generally buggy the Slate’s gotten over the last few years.