Hello George, Really thx for your reply. I've followed the tutorial: https://cloud.google.com/endpoints/docs/frameworks/java/migrating-android That You've recommended and Now It's working fine. As a developer, I piece of code worth more than million tutorials and the github project inside this tutorial: https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/endpoints-frameworks/v2 Had been very usefull to complete this migration. :)
In the migration e-mail, I've received that another one tutorial I was following. Just to complete your tutorial, I had to change backend.iml to fix the error: "Unable to find the webapp directory ../build/exploded-app." As per: https://groups.google.com/forum/#!topic/google-appengine/c6EByy2_2U0: *Change:* <option name="WAR_DIR" value="$MODULE_DIR$/build/exploded-app" /> To: <option name="WAR_DIR" value="$MODULE_DIR$/build/exploded-backend" /> Regards Carlos Eduardo Ki Lee Em terça-feira, 26 de dezembro de 2017 16:44:54 UTC-2, George (Cloud Platform Support) escreveu: > > Hello Carlos, > > Have you updated the build.gradle file with the following dependencies > section? > > dependencies { > // V2: Endpoints Framework v2 migration > compile 'com.google.endpoints:endpoints-framework:2.0.9' > > compile 'javax.inject:javax.inject:1' > compile 'javax.servlet:servlet-api:2.5' > } > > The "Migrating Android projects to Endpoints Frameworks 2.0" documentation > page > <https://cloud.google.com/endpoints/docs/frameworks/java/migrating-android> > is appropriate in your case. You should chose the "v2" tab at the top of the > code window in the "Update the app/build.gradle" sub-chapter. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/656395d4-a688-407f-90a3-383735661932%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
