More than one file was found with OS independent path 'lib/mips/libRSSupport.so' when using buildToolsVersion 28.0.1
A temporary solution is to add this to your build.gradle (app level) inside android {}
packagingOptions {
exclude "lib/mips/libRSSupport.so"
exclude "lib/mips/librsjni.so"
}