extract the project file copy the extracted folder to your android project directory click on "open an existing android studio project" option choose the project you added. if your project is not shown in the folder then click on the refresh icon due to different sdk directory you may get this warning
Android studio, if the project's targeted sdk version does not matches your targeted sdk version, then you may get this error
go to project > project name > app > build.gradle file update compilesdkversion and targetsdkversion with your current sdk version also update buildtoolsversion to your current version
update the dependencies version as per the sdk version