I have a problem since I made my first application in android studio and so far I do not know how to solve it, my problem is that when I take my project to another PC (from the university) an error appears, I leave that error that appears
Actually they are two points the first one is the one shown in the dialogue:
The project you are trying to open has a path to the Android SDK registered different from the one you have in your Android Studio with which you try to open the project. It was probably a project created on another PC.
What you have to do in this case is accept and change the configuration of the SDK route to the one you have in your Android Studio.
The second detail
Unsupported major.minor version 52.0
JDK 1.8 is required. You can activate the "Use embedded JDK" option:
In fact I see that you use Android Studio 1.5.1 with compileSDKVersion 25, I suggest you upgrade to the latest version of Android Studio.