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
Run the assembleRelease or assembleDebug task of example-lib;
The AAR is generated in the build/output/aar directory;
But the AAR does not include the example-nested-lib and example-nested-native-lib
What happens?
the AAR does not include the example-nested-lib and example-nested-native-lib
What were you expecting to happen?
Since the build.gradle of example-lib declared the dependencies of example-nested-lib and example-nested-native-lib, it should include the them in the AAR.
If the assembleRelease or assembleDebug of example-nested-lib and example-nested-native-lib is run before, let say these two AARs are generated. Then run the assembleRelease or assembleDebug of example-lib, the output AAR will include all its dependencies incorrectly.
The text was updated successfully, but these errors were encountered:
What are the steps to reproduce this issue?
What happens?
the AAR does not include the example-nested-lib and example-nested-native-lib
What were you expecting to happen?
Since the build.gradle of example-lib declared the dependencies of example-nested-lib and example-nested-native-lib, it should include the them in the AAR.
Any logs, error output, etc?
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
Any other comments?
If the assembleRelease or assembleDebug of example-nested-lib and example-nested-native-lib is run before, let say these two AARs are generated. Then run the assembleRelease or assembleDebug of example-lib, the output AAR will include all its dependencies incorrectly.
The text was updated successfully, but these errors were encountered: