[Android] Project not building anymore after deleting Android packagingOptions "transformNativeLibsWithMergeJniLibsForDevDebug" #26807
Labels
Bug
Platform: Android
Android applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Hi there,
After I've updated to the latest version of React Native my project isn't building anymore. I found out it's due to removing the
packagingOptions
inandroid/app/build.gradle
. After replacing the lines my project builds again on Android. What is the reason this was deleted from React Native?React Native version:
Steps To Reproduce
android/app/build.gradle
> Task :app:transformNativeLibsWithMergeJniLibsForDevDebug FAILED
The text was updated successfully, but these errors were encountered: