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
I suspect gradle configuration problem. After updating com.android.tools.build:gradle to 1.3.0, gradle refuses to sync with the following problem: Error:(1, 0) Your project contains 2 or more modules with the same identification eu.inloop:easygcm at ":" and ":easygcm". You must use different identification (either name or group) for each modules.
EDIT: This was a different problem: settings.gradle contained include 'easygcm' which was ambigious (could target root project as well as easygcm project) - solved by renaming easygcm module to easygcm-lib
If I run gradlew clean from console the file does not get removed, but no lock is kept on it after execution completes.
If I run gradlew clean from Android Studio, it leaves a lock on the file preventing its deletion.
After running gradlew clean, the following exception occurs:
Execution failed for task ':easygcm-tasks:clean'.
A temporary workaround is to comment out
include 'easygcm-tasks'
from settings.gradleThe text was updated successfully, but these errors were encountered: