i have downloaded SDK and wrote a path to it, but when i try to build by project unity tries to find JDK and not SDK. How to make it use SDK?
The JDK and SDK are 2 different things. They both need to be set in the preferences of Unity. Edit → Preferences → External Tools → scroll a bit down → fill in / browse to their respective paths
Also if you target for Android using the IL2CPP scripting backend you’ll need the NDK (in the external tools there is a download button which you can use for downloading the specific version NDK that Unity requires to build a IL2CPP build with)
thanks a lot!