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/a66ecfa7-1026-4dd5-bf7a-3727bd33db86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.