Skip to content

Conversation

@dellis1972
Copy link
Contributor

In the commit f3d62b6 which switches over to using libzip there was
an oversight. The new API needs the filename in the archive
not just the directory (like IonicZip did). As a result the code
was making ALL the assemblies have the same name.

This commit fixes that issue by appending the filename to the
"assemblies" path.

In the commit f3d62b6  which switches over to using libzip there was
an oversight. The new API needs the filename in the archive
not just the directory (like IonicZip did). As a result the code
was making ALL the assemblies have the same name.

This commit fixes that issue by appending the filename to the
"assemblies" path.

It also fixes an issue with the typemap files not being added
to the root of the apk.
@atsushieno atsushieno merged commit f766638 into dotnet:master Jun 29, 2016
radical pushed a commit that referenced this pull request May 8, 2018
* Added ApiXml file doc parser
This will parse parameter names from an xml file in the api.xml format.

* Added test for ApiXml doc parser

* Make name more obviously for internal use
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