openstf / minitouch

Minimal multitouch event producer for Android.
Other
639 stars 236 forks source link

when excute "ndk-build" some folder do not generate #33

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, sorccu. sorry to bother you. After excute "ndk-build" command line, in the folder "lib",I find 4 folders which are "arm64-v8a","armeabi-v7a","x86","x86_64" . But the "armeabi","mips","mips64" folder do not generate. I can't find the reason, so ask you for help. Thank you for your precious time. My compute information: System Type: x64-based PC Processor(s): 1 Processor(s) Installed. [01]: Intel64 Family 6 Model 94 Stepping 3 GenuineIntel ~3408 Mhz

koral-- commented 6 years ago

It seems that you are using NDK r17 or newer. Support for those 3 platforms was dropped since r17: https://github.com/android-ndk/ndk/wiki/Changelog-r17#announcements

sorccu commented 6 years ago

Good catch @koral-- 👍