'Error occured while integrating .aar library in sub module of android project

could not determine the dependencies of task ':mahakrushiffs:compileDebugAidl'.

Could not resolve all task dependencies for configuration ':mahakrushiffs:debugCompileClasspath'. Could not resolve :appinventorui-release_v1.1. Required by: project :mahakrushiffs enter image description here

I have followed below steps to integrate module project. Steps 1: Created module project in my Main project with same package name of another project. Steps 2: copied all java , res , assets folders in module project. Steps 3: Also paste all dependance in module project. Steps 4: After sync and build project manifest merger issues solved as well other library version issues were solved. But while adding appinventorui-release_v1.1. this library in module project then I got above error.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source