My Unity version is 2019.3.0f1 and I’m using Linux Manjaro.
The Unity installation went smoothly and I’ve been working on a project while ignoring being unable to install Android Build support. From the Unity Hub I had no problem installing Android SDK and NDK Tools, OpenJDK, IOS Buld Support and Linux Build Support. Android Build Support however refuses to install. The tick remains blue even after several attempts with no error messages.
I have tried several times to install it, and every time it downloads ‘something’ which shrinks my disk space by the expected amount but the tick remains blue.
In Build Settings it has ‘No Android module loaded’ and there are no Android SDK path options in preferences. Clicking ‘Open Download Page’ in Build Settings yields a webpage with the error:
'Anonymous caller does not have storage.objects.get access to publishing-unity-binaries-prd/ffacea4b84e7/Unknown/UnitySetup-Android-Support-for-Editor-2019.3.0f1.
’
I have tried many solutions but the difference is that everyone else at least has an error message. My suspicion is that the packages are being downloaded in the wrong place, but I can’t find where and they are not in ‘home’ as in another thread.
1 Answer
1
Sorry to jump in. I experienced this problem also when installing Android Support in Unity for Manjaro. Looking at Unity Hub log found that Unity Hub get the Android Support package for the wrong platform. It downloaded for Mac module.
Thats why Android Build support keep tick blue.
Here’s the logs:
{“moduleName”:“DownloadRequest”,“level”:“info”,“message”:“[ ‘Starting the download of https://download.unity3d.com/download_unity/f483ad6465d6/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2020.1.16f1.pkg to /tmp/unityhub-d7c9cb90-39cc-11eb-8da9-8faae1368093/UnitySetup-Android-Support-for-Editor-2020.1.16f1.pkg’ ]”,“timestamp”:“2020-12-09T03:15:52.690Z”}
{“moduleName”:“DownloadRequest”,“level”:“info”,“message”:“[ ‘Starting the download of https://download.unity3d.com/download_unity/f483ad6465d6/LinuxEditorTargetInstaller/UnitySetup-Linux-IL2CPP-Support-for-Editor-2020.1.16f1.tar.xz to /tmp/unityhub-d7c9cb90-39cc-11eb-8da9-8faae1368093/UnitySetup-Linux-IL2CPP-Support-for-Editor-2020.1.16f1.tar.xz’ ]”,“timestamp”:“2020-12-09T03:15:52.713Z”}
{“moduleName”:“DownloadRequest”,“level”:“info”,“message”:“[ ‘Starting the download of https://download.unity3d.com/download_unity/f483ad6465d6/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2020.1.16f1.tar.xz to /tmp/unityhub-d7c9cb90-39cc-11eb-8da9-8faae1368093/UnitySetup-WebGL-Support-for-Editor-2020.1.16f1.tar.xz’ ]”,“timestamp”:“2020-12-09T03:15:52.717Z”}
Hope unity tech team can resolve this problem soon