Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

unity3d 5.5.0fx Unable to list target platforms error

Discussion in 'Linux' started by Yeol_, Dec 14, 2016.

  1. Joseph-Ferano

    Joseph-Ferano

    Joined:
    Jul 18, 2008
    Posts:
    165
    That seems related to the facebook SDK and some dlls it brings in. I deleted them and everything works.
     
  2. Azil4400

    Azil4400

    Joined:
    May 15, 2018
    Posts:
    1
    I did the downgrade, but now getting an error I need to upgrade my SDK. I clicked Used Highest Installed - and now I'm getting an error saying Require API level 26.
     
  3. AbandonedCart

    AbandonedCart

    Joined:
    Mar 4, 2014
    Posts:
    72
    The build tools being suggested are ridiculously outdated and a solution is unlikely.

    https://mega.nz/#!s9RCDY7D!j5_xU7UUsyH6jxIbwxNQweuKsrRhD7Rxl_w-TXcYhb8
    SDK Tools, Revision 25.2.5 (January 2017)

    Find your SDK path (Android Studio -> Tools -> SDK Manager -> Android SDK Location)
    Duplicate the entire SDK folder, extract the downloaded zip, replace the tools folder
    Direct Unity to use the tools you just duplicated (Preferences -> External Tools -> SDK)

    Warning: This workaround assumes you also use Android Studio for development
    The SDK folder can be over 50GB. Simply replace the tools if you only use Unity.
     
    Last edited: Oct 22, 2018