sonla.blogg.se

Android location services gradle
Android location services gradle




The module has no problem evaluating Line 82 of its adle, so why does it not work when the module-plugin is there as well? I’ve already tried directly adding the base-lib as dependencies to the module-plugin, but that did not work either. Include 'module-lib','module','module-plugin'Īnd the code works! There are no errors, all dependencies get resolved correctly, but there’s still this gradle error that I don’t know how to deal with, or what it really means.Īlso, with just the module it works. I also adjusted the base-project/adle to include the module-plugin: rootProject.name = 'base-project' Project(':module').projectDir = new File('./module') So I wrote the gradle files for the module-plugin accordingly:

android location services gradle

The error started occurring once I added the module-plugin, which is intended to be an optional extension to the module and directly depends on the module. Project(':base-lib').projectDir = new File('./base-lib') The modules depend on the base-lib and have it successfully integrated like this: The way the project is build, the project contains multiple modules.

android location services gradle

Project with path ':base-lib' could not be found in project ':module'. I have a layered gradle project that, dependency-wise looks like this: base-projectĪnd the folder structure is like this: base-projectĪll of these have their own build gradles, but for some strange reason, when I try running the adle of the base-project, I get the following error message in Eclipse: Could not run phased build action using Gradle distribution ''.īuild file 'C:\projects\base-project\module\adle' line: 82Ī problem occurred evaluating project ':module'.

android location services gradle android location services gradle

Someone on the Eclipse Forum said that this issue is related to buildship, and that I should post it here (I also have this question somewhere else on the gradle forum, but I could not figure out to move it here).






Android location services gradle