Dear Gerge,
I've added:
android {
...
defaultConfig {
...
javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath false
}
}
}
}
Into my project and It worked now. Thx!
Em sexta-feira, 22 de dezembro de 2017 15:25:53 UTC-2, George (Cloud
Platform Support) escreveu:
>
> Is this related to Android Studio? If so, you may try to disable the
> annotation processor error check, as indicated in the "Disable the
> annotation processor error check" sub-chapter of the "Migrate to Android
> Plugin for Gradle 3.0.0" document
> <https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html?utm_source=android-studio#annotationProcessor_config>
> .
>
> android {
> ...
> defaultConfig {
> ...
> javaCompileOptions {
> annotationProcessorOptions {
> includeCompileClasspath false
> }
> }
> }
> }
>
> It may be worthwhile noting that IDE integration is not supported when
> migrating to endpoints frameworks for App Engine, as mentioned in the
> tutorial you follow.
>
> What is the output of gcloud info?
>
--
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/2b660e9a-72dc-43ae-9bb2-cd95631b990c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.