Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: learningequality/python-for-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: endlessm/python-for-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 3 commits
  • 0 files changed
  • 3 contributors

Commits on Jun 20, 2022

  1. Prefer avdmanager from cmdline-tools

    The Android SDK tools are deprecated in favor of the command line tools.
    Trying to use avdmanager from the deprecated tools fails on OpenJDK 11
    with since it can't find the `javax/xml/bind/annotation/XmlSchema`
    class. Try `cmdline-tools/latest/bin/avdmanager` first.
    
    (cherry picked from commit d71ef6a)
    dbnicholson committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7f746a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merge pull request #3 from endlessm/avdmanager-latest

    Prefer avdmanager from cmdline-tools
    manuq authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    46d3b9a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    fbf28dd View commit details
    Browse the repository at this point in the history
Loading