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.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Bug Can't Build APK Android due to version outdated

Discussion in 'Editor & General Support' started by C0lonnello, Feb 16, 2023.

  1. C0lonnello

    C0lonnello

    Joined:
    Nov 7, 2022
    Posts:
    7
    Hi! I'm trying to build an android version of an application dedicated to oculus quest but I keep getting an error regarding android sdk version.

    For some reasons, Unity tell me that "unity sdk platform tools version 0.0.0 < 23.0.0", which it seems it doesn't recognize my current sdk installed with the unity modules.
    Solutions online suggest to edit the packages.xml file located in the SDK folder, but I don't have such file in my folder and I don't know why. Unity Hub still says that I have installed all components of android build support, NDK and SDK.

    I tried to update the SDK manually but nothing to do, I tried using SDK given by Android Studio but Unity can't recognize that either telling me that the sdkmanager.bat file is missing (while it is indeed there)

    I don't really know what to try more and I'd like some suggestions