I have a  Androiud project that uses Android Studio with backend module.

I'm trying to migrate google appengine from V1 To V2 as per tutorial: 
https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating

After perform all changes as per tutorial, I'm getting following error in 
my app build.gradle:

Could not resolve project :backend.
Required by:
    project :app
 > Project :app declares a dependency from configuration 'compile' to 
configuration 'android-endpoints' which is not declared in the descriptor 
for project :backend.

This is pointing to line: compile project(path: ':backend', configuration: 
'android-endpoints')

android {
    ...
}

dependencies {

    ...
    compile project(path: ':backend', configuration: 'android-endpoints')

    ...

}


Looks like I can no longer use configuration: 'android-endoints'.

Can anyone help me to fix this problem?

Thx in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e01dfea1-97c3-4e6e-ab0b-fbd3e373d8eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Carlos Lee

Reply via email to