I am using Android Studio, with Linux desktop, Android and GWT applications each a separate module in the project. The Android Studio project for example uses an AsyncTask to call methods in the Endpoints API. The source code I generated with the generate_library call is mostly classes that are exactly the same as classes I already have in my backend module that I deployed to AppEngine (and run against in my desktop and Android apps/modules).
I could use Intellij IDEA instead of Android Studio if necessary, but is it possible to include the generated code in a Gradle (not Ant) build? Is there a doc explaining how to use this toolchain instead of Eclipse/Ant? On Friday, December 30, 2016 at 4:12:39 PM UTC-5, George (Cloud Platform Support) wrote: > > By having run successfully the Google APIs Client Generator, you are now > offered source code that is ready to get integrated into your existing GWT > project. Familiarity with your app’s targeted functionality is needed, and > a thorough understanding of the GWT directory structure > <http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html>. > > You can use <https://docs.gradle.org/current/userguide/ant.html> > individual Ant tasks or entire Ant builds in your Gradle builds. It all > depends on the specifics of your project. You are most welcome to come back > with more precise questions on the subject. > -- 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/fe3f21d4-f564-4bc9-a501-e0bd50bb53cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
