Skip to content

Conversation

@atsushieno
Copy link
Contributor

If the app tries to find the latest installed platform, it failed
to probe it because the directory has changed to android-24 from
android-N. Installing the latest preview fixes it.

If the app tries to find the latest installed platform, it failed
to probe it because the directory has changed to android-24 from
android-N. Installing the latest preview fixes it.
@jonpryor jonpryor merged commit 9cc98fb into dotnet:master Jun 29, 2016
radical pushed a commit that referenced this pull request May 8, 2018
With the latest Android N, Google has (again) changed API documentation
format (i.e. doclet) and that broke API XML documentation parser.

Unlike previous ones or Oracle Javadoc doclets, it is not easily matcheable
with existing regex structure. So I made not a small set of changes
to make it working.

Unlike previous ones it takes a lot more time to process (e.g. more than
minutes to process all API Level 24 docs), but better than broken.

This is required to suppport any further API Levels (like 25).

(ClassParse task has an issue that it never supported correct Javadoc
processing as it ignores doclet differences. This only changes the
default to droiddoc2 just to be able to process the latest doc.
It needs different fix.)
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Oct 8, 2020
Changes: dotnet/android-tools@a6a23bb...1878e43

  * dotnet/android-tools@1878e43: [Xamarin.Android.Tools.AndroidSdk] Error & Warning Localization (dotnet#96)
  * dotnet/android-tools@f2af06f: [Xamarin.Android.Tools.AndroidSdk] Fix a few nullability warnings (dotnet#97)
  * dotnet/android-tools@5718cd2: Fix sort ordering for ndk-bundle, add macOS support (dotnet#91)
  * dotnet/android-tools@8e63795: [Xamarin.Android.Tools.AndroidSdk] Add API-29, API-30 to KnownVersions (dotnet#89)
jonpryor added a commit that referenced this pull request Oct 12, 2020
Changes: dotnet/android-tools@a6a23bb...1878e43

  * dotnet/android-tools@1878e43: [Xamarin.Android.Tools.AndroidSdk] Error & Warning Localization (#96)
  * dotnet/android-tools@f2af06f: [Xamarin.Android.Tools.AndroidSdk] Fix a few nullability warnings (#97)
  * dotnet/android-tools@5718cd2: Fix sort ordering for ndk-bundle, add macOS support (#91)
  * dotnet/android-tools@8e63795: [Xamarin.Android.Tools.AndroidSdk] Add API-29, API-30 to KnownVersions (#89)
@github-actions github-actions bot locked and limited conversation to collaborators Feb 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants