After installing Ubuntu 18 in new desktop with i7 and 24gb ram . We try to move our android studio project to new pc in zip format and our project
Ubuntu 18
android studio
include this code in your build.gradle
defaultConfig { packagingOptions{ doNotStrip '*/mips/*.so' doNotStrip '*/mips64/*.so' } }