Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android sdk tools: adapt path to file hierarchy changes #1511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 6, 2022

  1. android sdk tools: adapt path to file hierarchy changes

    Recent Android SDK tools, including e.g. "8092744" and "8512546" [1][2],
    use a different path structure than e.g. "6514223" [0].
    E.g. `sdkmanager` in older sdk tools used to be located at
      ${ANDROID_SDK_HOME}/tools/bin/sdkmanager
    but now it is at
      ${ANDROID_SDK_HOME}/cmdline-tools/bin/sdkmanager
    
    [0]: https://dl.google.com/android/repository/commandlinetools-linux-6514223_latest.zip
    [1]: https://dl.google.com/android/repository/commandlinetools-linux-8092744_latest.zip
    [2]: https://dl.google.com/android/repository/commandlinetools-linux-8512546_latest.zip
    
    Related:
    kivy/python-for-android#2540
    kivy/python-for-android#2593
    SomberNight committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    4267f06 View commit details
    Browse the repository at this point in the history