Search Unity

Unity 2019.3.14f1 Linux cannot find Android SDK

Discussion in 'Editor & General Support' started by Diegorinio, May 26, 2020.

  1. Diegorinio

    Diegorinio

    Joined:
    Nov 29, 2018
    Posts:
    5
    Hello, after installation Unity via Unity Hub on Linux Mint 19.3 with Android Package.
    Unity don't see SDK in Folder
    /home/user/Unity/Hub/Editor/2019.3.14f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK


    I've tried to install SDK with Android Studio and nothing changed, Unity cannot set folder of SDK
     
  2. Hiddenworlds225

    Hiddenworlds225

    Joined:
    Apr 18, 2017
    Posts:
    32
    It's a bug that is universal atm. some affect OpenJDK, some android SDK.

    In "/home/user/Unity/Hub/Editor/2019.3.14f1/" Try to find a modules.json file. I don't know if you have that, but windows does. go through and use the find function to find the class that has the download link for the SDK. Download it like normal, and then extract it into /home/user/Unity/Hub/Editor/2019.3.14f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK

    That may work, It worked for me when my OpenJDK didn't install.