Skip to content

Conversation

@dellis1972
Copy link
Contributor

The aapt tool needs a --max-res-version which is a int, not
a string. Our current GetJavaPlafromJar was outputting a
TargetLevel of 'O' and not 26. This is because we were
returning the raw value we get from the manifest rather
than the one which gets 'O' replaced with 26.

The aapt tool needs a --max-res-version which is a int, not
a string. Our current GetJavaPlafromJar was outputting a
TargetLevel of 'O' and not 26. This is because we were
returning the raw value we get from the manifest rather
than the one which gets 'O' replaced with 26.
@jonpryor jonpryor merged commit 2745b6a into dotnet:master Jun 2, 2017
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Apr 16, 2020
Changes: dotnet/java-interop@80b4667...c19794e

  * dotnet/java-interop@c19794e: [build] Support building with JetBrains OpenJDK 11 (dotnet#629)
  * dotnet/java-interop@6d7266d: [crc64] Change the hash prefix back to `crc64` (dotnet#628)
  * dotnet/java-interop@7fe3a11: [crc64] Fix a subtle bug in CRC64 splice-by-8 implementation (dotnet#627)
  * dotnet/java-interop@9b88ce7: [performance] Improve speed of our CRC-64 hasher (dotnet#624)
  * dotnet/java-interop@1032c0e: [Java.Interop.Tools.Cecil] Change DirectoryAssemblyResolver Warning to Diagnostic Output (dotnet#622)
  * dotnet/java-interop@93df5a2: [generator] simplify life with 'var' in generated code  (dotnet#621)

Various `.csproj` files updated to deal with changes from
dotnet/java-interop@9b88ce79, which added a new `Crc64.Table.cs` file
and requires use of C# unsafe code.
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Apr 17, 2020
Changes: dotnet/java-interop@80b4667...c19794e

  * dotnet/java-interop@c19794e: [build] Support building with JetBrains OpenJDK 11 (dotnet#629)
  * dotnet/java-interop@6d7266d: [crc64] Change the hash prefix back to `crc64` (dotnet#628)
  * dotnet/java-interop@7fe3a11: [crc64] Fix a subtle bug in CRC64 splice-by-8 implementation (dotnet#627)
  * dotnet/java-interop@9b88ce7: [performance] Improve speed of our CRC-64 hasher (dotnet#624)
  * dotnet/java-interop@1032c0e: [Java.Interop.Tools.Cecil] Change DirectoryAssemblyResolver Warning to Diagnostic Output (dotnet#622)
  * dotnet/java-interop@93df5a2: [generator] simplify life with 'var' in generated code  (dotnet#621)

Various `.csproj` files updated to deal with changes from
dotnet/java-interop@9b88ce79, which added a new `Crc64.Table.cs` file
and requires use of C# unsafe code.

Bump the expected size of `apk-Release-Bundle`, because
dotnet/java-interop@9b88ce7 increased the size of `Mono.Android.dll`.
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Apr 17, 2020
Changes: dotnet/java-interop@80b4667...c19794e

  * dotnet/java-interop@c19794e: [build] Support building with JetBrains OpenJDK 11 (dotnet#629)
  * dotnet/java-interop@6d7266d: [crc64] Change the hash prefix back to `crc64` (dotnet#628)
  * dotnet/java-interop@7fe3a11: [crc64] Fix a subtle bug in CRC64 splice-by-8 implementation (dotnet#627)
  * dotnet/java-interop@9b88ce7: [performance] Improve speed of our CRC-64 hasher (dotnet#624)
  * dotnet/java-interop@1032c0e: [Java.Interop.Tools.Cecil] Change DirectoryAssemblyResolver Warning to Diagnostic Output (dotnet#622)
  * dotnet/java-interop@93df5a2: [generator] simplify life with 'var' in generated code  (dotnet#621)

Various `.csproj` files updated to deal with changes from
dotnet/java-interop@9b88ce79, which added a new `Crc64.Table.cs` file
and requires use of C# unsafe code.

Bump the expected sizes of `.apk` files, as dotnet/java-interop@9b88ce7
increased the size of `Mono.Android.dll`.
jonpryor added a commit that referenced this pull request Apr 18, 2020
Changes: dotnet/java-interop@80b4667...c19794e

  * dotnet/java-interop@c19794e: [build] Support building with JetBrains OpenJDK 11 (#629)
  * dotnet/java-interop@6d7266d: [crc64] Change the hash prefix back to `crc64` (#628)
  * dotnet/java-interop@7fe3a11: [crc64] Fix a subtle bug in CRC64 splice-by-8 implementation (#627)
  * dotnet/java-interop@9b88ce7: [performance] Improve speed of our CRC-64 hasher (#624)
  * dotnet/java-interop@1032c0e: [Java.Interop.Tools.Cecil] Change DirectoryAssemblyResolver Warning to Diagnostic Output (#622)
  * dotnet/java-interop@93df5a2: [generator] simplify life with 'var' in generated code  (#621)

Various `.csproj` files updated to deal with changes from
dotnet/java-interop@9b88ce79, which added a new `Crc64.Table.cs` file
and requires use of C# unsafe code.

Bump the expected sizes of `.apk` files, as dotnet/java-interop@9b88ce7
increased the size of `Mono.Android.dll`.
jonpryor added a commit that referenced this pull request Apr 23, 2020
Changes: dotnet/java-interop@ec4f819...6608c59

  * dotnet/java-interop@6608c59 [generator] Fix generated code that caused CS0169 warnings. (#625)
  * dotnet/java-interop@0537eb1 Bump to xamarin/xamarin-android-tools/d16-7@310c5cf0
  * dotnet/java-interop@59d86de [generator] Add nullable reference types (NRT) support. (#563)
  * dotnet/java-interop@64c2719 [build] Support building with JetBrains OpenJDK 11 (#629)
  * dotnet/java-interop@5a21381 [crc64] Change the hash prefix back to `crc64` (#628)
  * dotnet/java-interop@933876c [crc64] Fix a subtle bug in CRC64 splice-by-8 implementation (#627)
  * dotnet/java-interop@05c0d7d [performance] Improve speed of our CRC-64 hasher (#624)
  * dotnet/java-interop@6100554 [Java.Interop.Tools.Cecil] Change DirectoryAssemblyResolver Warning to Diagnostic Output (#622)
  * dotnet/java-interop@d736086 [generator] simplify life with 'var' in generated code  (#621)

Various `.csproj` files updated to deal with changes from
dotnet/java-interop@9b88ce79, which added a new `Crc64.Table.cs` file
and requires use of C# unsafe code.

Bump the expected sizes of `.apk` files, as dotnet/java-interop@9b88ce7
increased the size of `Mono.Android.dll`.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 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