Closed
Description
Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
Affected platform version
.net8.0-android, .net9.0-android
Description
When using a bundle.config with the following contents
{
"compression": { },
"optimizations": {
"splitsConfig": {
"splitDimension": [
{
"value": "ABI",
"negate": true
}
],
}
}
}
the app crashes at runtime with the following error.
At least a single application lib directory must be added"
Steps to Reproduce
- Download the attached repo app.
- Build and run it using the latest main of .net android.
Did you find any workaround?
Changing "negate": true
to "negate": false
fixes the issue.
Relevant log output
No response