KeepAlive icon indicating copy to clipboard operation
KeepAlive copied to clipboard

能增加armeabi的类型?

Open zyp790100288 opened this issue 4 years ago • 1 comments

能增加armeabi的类型?

zyp790100288 avatar Apr 09 '20 07:04 zyp790100288

可以的。 library模块,build.gradle可以修改:

ndk {
            abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}

lcodecorex avatar May 30 '20 09:05 lcodecorex