Skip to content

Fixed: Remove deprecated attribute extractNativeLibs#4981

Merged
fornwall merged 1 commit intomasterfrom
remove-deprecated-extractNativeLibs
Feb 21, 2026
Merged

Fixed: Remove deprecated attribute extractNativeLibs#4981
fornwall merged 1 commit intomasterfrom
remove-deprecated-extractNativeLibs

Conversation

@fornwall
Copy link
Member

Fixes the following deprecation warning when builing:

AndroidManifest.xml:44:9-41 Warning:
android:extractNativeLibs should not be specified in this source AndroidManifest.xml file. See https://d.android.com/guide/topics/manifest/application-element#extractNativeLibs for more information.
The AGP Upgrade Assistant can remove the attribute from the AndroidManifest.xml file and update the build file accordingly. See https://d.android.com/studio/build/agp-upgrade-assistant for more information.

The useLegacyPackaging DSL replacement option is already used in app/build.gradle.

Fixes the following deprecation warning when builing:

> AndroidManifest.xml:44:9-41 Warning:
> android:extractNativeLibs should not be specified in this source AndroidManifest.xml file. See https://d.android.com/guide/topics/manifest/application-element#extractNativeLibs for more information.
> The AGP Upgrade Assistant can remove the attribute from the AndroidManifest.xml file and update the build file accordingly. See https://d.android.com/studio/build/agp-upgrade-assistant for more information.

The useLegacyPackaging DSL option is already used in `app/build.gradle`.
@fornwall fornwall merged commit 3f0dec3 into master Feb 21, 2026
3 checks passed
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.

1 participant