I’ve tried to build a android game with other unity versions but I always have the same error: Android SDK not found.
The last time I’ve tried to build is with Unity 2019.3.0f1 and after installing the android build support tools in the Unity Hub it shows this.
Also when I try to build it shows this error:
What can I do to solve this?
8 Answers
8
Hi,
what I did and what you can do is to install SDK yourself.
- Download Android Studio (with SDK Manager)
Download Android Studio & App Tools - Android Developers
- Run SDK manager
- Download SDK to specific folder
- Uncheck “Android SDK Tools installed with Unity” in external tools dialog box
- in external tools dialog box choose specific folder where SDK is installed
It worked for me
I am facing the same issue any resolution
The 2019.2.17 and upper versions should allow to install the Android module through Unity Hub: Installs → Unity version → three dots → add module.
Then an Android icon appears beneath the installed Unity version.
Did you try that?
I’ve also installed sdk manually but it still doesn’t work so now I work in Unity 2018.4.14f1 because it builds correctly.
Have the same issue with Unity Version 2019.3.9f. I have tried installing it a few time via the Unity Hub, and it says that it has the Android build, so I am not sure why/where it’s saving these tools.
I’m going to try download it externally via Android and see if that works.
thankx
we are providing apps apk, games apk and apk pro which are free without cost from Apps apk
In Unity Hub click the three dots, choose “Add Modules”, then expand the “Android Build Support” item. Check the SDK and JDK options. These options are not installed by default, even though it looks like full build support is installed.
Problem fixed here : https://youtu.be/8rpKy1rBDlA
– ahmedaniss