Thursday, 15 December 2016

Android Studio 2.2.2 Repeated Error Scenarios


3).Error:(55, 0) Could not find method embedded() for arguments [project ':submoduleproj'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

solution:
For normal running submodule given as compile, but, when we build as fat aar means, need to change as embedded instead of compile
(then only, need to combine the main submodule classes and jars are going to merge with main aar classess)

No comments:

Post a Comment