-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direct local .aar file dependencies are not supported when building an AAR. #5
Comments
I am doing this workaround for the same issue that I found here
I also upgraded gradle to 8.0.1 because you're using it in |
i also installed and ran the
|
Hi @habhabsafi, does this issue occur when your developing or when your trying to make a signed aar/apk ? If so do you have other libraries installed like react-native-vision-camera or react-native-gesture-handler ? |
well, it's happening when i do |
Ok I'm exploring it now, the problem seems to be that .aar libraries can't be bundled correctly with the app builds. |
@habhabsafi I published a new version: v1.1.0 that aims to fix this issue, but you will need to make some changes on your part:
If all goes well, you should build successfully |
the build worked, thanks ! |
I am using the Lib and following the installation instructions of installation.md in a react-native app.
environment information:
I am getting this Error
looks like setting an .aar file in
libs
isn't supported, although I am using the same AGP you're using inexample
.The text was updated successfully, but these errors were encountered: