【我的Android进阶之旅】解决错误ABIs [armeabi] are not supported for platform.

橙三吉。 提交于 2020-08-17 03:36:16

一、错误描述

今天将Tencent的Matrix库下载下来,编译的时候,出现了错误,

ABIs [armeabi] are not supported for platform. Supported ABIs are [armeabi-v7a, arm64-v8a, x86, x86_64].

如下所示:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':matrix-sqlite-lint:matrix-sqlite-lint-android-sdk'.
> ABIs [armeabi] are not supported for platform. Supported ABIs are [armeabi-v7a, arm64-v8a, x86, x86_64].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get 
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!