CPP版的samples在AS编译错误

0 投票
最新提问 5月 17, 2018 用户: ak46zhm (140 分)
Information:Gradle tasks [:app:assembleDebug]
Warning:The specified Android SDK Build Tools version (23.0.1) is ignored, as it is below the minimum supported version (26.0.2) for Android Gradle Plugin 3.0.1.
Android SDK Build Tools 26.0.2 will be used.
To suppress this warning, remove "buildToolsVersion '23.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
Error:Execution failed for task ':app:transformNativeLibsWithMergeJniLibsForDebug'.
> More than one file was found with OS independent path 'lib/armeabi-v7a/libEasyAR.so'

--------------------

报这个错误

1个回答

0 投票
最新回答 5月 18, 2018 用户: albert52 (37,800 分)

这种报错都是因为项目重新构建导致重复了.so库,在exclde加上你报错的.so库位置即可

欢迎来到 EasyAR Q&A ,有什么不懂的可以尽管在这里提问,你将会收到社区其他成员的回答。
...