Skip to content

Conversation

@dellis1972
Copy link
Contributor

There was an issue where if we change the value of $(AndroidCreatePackagePerAbi)
the task _CreateBaseApk was NOT being run if we had a previous
build. In addition were were not logging the value of that property
in the BuildApk task.

…oidCreatePackagePerAbi)

There was an issue where if we change the value of $(AndroidCreatePackagePerAbi)
the task _CreateBaseApk was NOT being run if we had a previous
build. In addition were were not logging the value of that property
in the BuildApk task.
@jonpryor jonpryor merged commit 52a6c3c into dotnet:master Jun 8, 2016
radical pushed a commit that referenced this pull request May 8, 2018
Commit b58416a broke compilation of
`tests/Java.Interop-Tests/Java.Interop-Tests.csproj`:

	Java.Interop.Tools.JavaCallableWrappers/SupportDeclarations.cs(146,3):
	error CS1729: The type `Android.Content.ContentProviderAttribute' does not contain a constructor that takes `1' arguments

The cause of the breakage is that commit b58416a removed the
`ContentProviderAttribute(string[])` constructor, as it isn't entirely
relevant within Java.Interop.

Fix the compilation error by using the `ContentProviderAttribute`
default constructor within `SupportDeclarations.cs`.
@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