You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the Tiny Quickstart using plaid-link-react-native 11.6.0, after upgrading from AGP 7.4.2 to AGP 8.6, I get the following warning:
> Task :react-native-plaid-link-sdk:processDebugManifest
package="com.plaid" found in source AndroidManifest.xml: /Users/ahoffer/tiny-quickstart/react_native/TinyQuickstartReactNative/node_modules/react-native-plaid-link-sdk/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.plaid" from the source AndroidManifest.xml: /Users/ahoffer/tiny-quickstart/react_native/TinyQuickstartReactNative/node_modules/react-native-plaid-link-sdk/android/src/main/AndroidManifest.xml.
Some Googling suggests that this is a new warning in AGP 8.
No errors occur, but we should probably do what the nice warning says and remove this line.
The text was updated successfully, but these errors were encountered:
phoenixy1
changed the title
Compiler warning in AGP 8: Setting the namespace via the package attribute in the source AndroidManifest.xml is no loner supported
Compiler warning in AGP 8: Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported
Mar 25, 2024
The problem
When building the Tiny Quickstart using plaid-link-react-native 11.6.0, after upgrading from AGP 7.4.2 to AGP 8.6, I get the following warning:
Some Googling suggests that this is a new warning in AGP 8.
No errors occur, but we should probably do what the nice warning says and remove this line.
The text was updated successfully, but these errors were encountered: