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
You should check Android Studio configuration on you old PC and compare version of every position in Android SDK > SDK Tools:
In my case the main problem was with Android NDK. Apparently I've installed update to version 17 and that was causing problems. So what I did:
[android-sdk]\ndk-bundle\ or uninstall Android NDK in Android Studio\Sdk tools (see on the image above)[android-sdk]\ndk-bundle\Hope it helps.