Search Unity

Unity 2019.2.2f1 can't find android SDK

Discussion in 'Editor & General Support' started by eduaavila1, Sep 3, 2019.

  1. eduaavila1

    eduaavila1

    Joined:
    Aug 28, 2019
    Posts:
    10
    Hello,
    My team is using unity to create a simple android game with c#. the project itself was created in 2019.2.1f1 but after some people downloading the latest version we updated the project to the 2019.2.2f1. We are trying to compile an apk, but every time unity says it cant find the sdk, when on the project settings it says it is using it. This happens in all of our pcs.

    We tried:

    -uninstalling unity, reinstalling it (making sure android build support was checked)

    -install android sdk (android studio wich complained that the tools folder didnt exist so we got it from the command line tools), and using that as a external one. This time it not only didnt found the sdk but the build settings window was all broken missing many buttons and the ones that were present, weren't clickable.

    -Copying the tools folder to unity's android sdk

    -Copying the files from plataform and build-tools from android sdk from another thread for an older unity version.

    Nothing works at all! How can we fix that?
     
  2. eduaavila1

    eduaavila1

    Joined:
    Aug 28, 2019
    Posts:
    10
    The issue was solved updating unity and the project to the version 2019.2.3f1.
    Unity is kinda broken nowdays :/