Search Unity

Installing Android Support through UnityHub

Discussion in 'Linux' started by Pl4yeR, Jan 10, 2019.

  1. Pl4yeR

    Pl4yeR

    Joined:
    Jan 10, 2019
    Posts:
    3
    While installing Unity with UnityHub I checked the android support checkbox. Everything finished correctly but still I see the "no android module loaded" message in build settings. If I try to redownload a checked greyed out checkbox is shown with the Android support option, so I cannot uncheck/recheck it. Also I have uninstalled the editor and reinstalled it without success.

    If I click the "Open download page" link I get an error:
    <Code>AccessDenied</Code>


    The problem is that UnityHub is extracting Android Module related files directly to
    $HOME
    instead of
    "{UNITY_PATH}/Editor/Data/PlaybackEngines/AndroidPlayer"


    So I manually moved all those folders and files to the correct path (see above) and restarted Unity and this time I can switch platform correctly.

    Involved folders and files:
    Code (csharp):
    1. Apk
    2. Data
    3. Source
    4. Tools
    5. Variations
    6. Whitelists
    7. ivy.xml
    8. modules.asset
    9. UnityEditor.Android.Extensions.dll

    Found the clue while examining this file: https://public-cdn.cloud.unity3d.com/hub/prod/releases-linux.json
     
    Wolokos and JoySmithPeter like this.
  2. Brogan89

    Brogan89

    Joined:
    Jul 10, 2014
    Posts:
    244
    You need to install `p7zip` or `pz7ip-full` package. Only the `*-full` package worked for me. I'm on pop_os 18.10
     
  3. PixelJ

    PixelJ

    Unity Technologies

    Joined:
    Nov 1, 2018
    Posts:
    216
    I'm getting this too. I've filed a bug report, but if you feel like it please file one of your own. Thanks!
     
  4. turbanov

    turbanov

    Joined:
    Dec 22, 2014
    Posts:
    59
    Please, also add a dialog box asking to install archivers, if not present!
     
  5. PixelJ

    PixelJ

    Unity Technologies

    Joined:
    Nov 1, 2018
    Posts:
    216
    Top people are working on it.
     
  6. carmeliya99

    carmeliya99

    Joined:
    Dec 13, 2021
    Posts:
    1
    Alguien sabe como se hace el cambio manualmente?