简体   繁体   中英

Can't run kotlin project on Android Studio 3.0

I'm trying to run android project on Android Studio 3.0

But the error occurs:

Error:Execution failed for task ':app:transformNativeLibsWithMergeJniLibsForDebug'.

> More than one file was found with OS independent path 'lib/armeabi-v7a/libRSSupport.so'

Update

here is link to project https://github.com/Kolyall/kotlinproject

Both modules library_utils and library_utils_picasso activate RenderScript (RS). That might be why libRSSupport.so is present multiple times. Maybe try to remove RS support from one of the module.

I don't have AS 3.0 installed but I'd look in that direction...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM