Skip to content

Conversation

@dellis1972
Copy link
Contributor

Fixes https://work.azdo.io/1433453

Users are reporting the following error when trying to use NDK 22

MSB4044: The "MakeBundleNativeCodeExternal" task was not given a value for the required parameter "AndroidNdkDirectory".

Earlier in the logs we see this message

Skipping NDK in 'C:\ProgramData\Android\android-sdk
dk\22.1.7171670': version 22.1.7171670 is out of the accepted range (major version must be between 16 and 21

We need to update the MaximumCompatibleNDKMajorVersion to match our new
upper limit.

Fixes https://work.azdo.io/1433453

Users are reporting the following error when trying to use NDK 22

```
MSB4044: The "MakeBundleNativeCodeExternal" task was not given a value for the required parameter "AndroidNdkDirectory".
```

Earlier in the logs we see this message

```
Skipping NDK in 'C:\ProgramData\Android\android-sdk
dk\22.1.7171670': version 22.1.7171670 is out of the accepted range (major version must be between 16 and 21
```

We need to update the `MaximumCompatibleNDKMajorVersion` to match our new
upper limit.
@dellis1972 dellis1972 changed the title Update MaximumCompatibleNDKMajorVersion to be 22 Update MaximumCompatibleNDKMajorVersion to be 23 Nov 10, 2021
@dellis1972 dellis1972 merged commit 35c89dd into dotnet:main Nov 12, 2021
@dellis1972 dellis1972 deleted the WI1433453 branch November 12, 2021 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants