问题
In Eclipse there's an easy way to generate Endpoints file from a Java class(right click on class -> google -> generate endpoints file), but I cannot find this feature in IntelliJ. How should I do this?
Thanks
回答1:
The plugin that supports Cloud Endpoints generation is currently available only in Android Studio, but not in IntelliJ IDEA. If you're using IntelliJ IDEA, you need to use the command line endpoints tool to generate the endpoints file.
来源:https://stackoverflow.com/questions/28843308/generate-cloud-endpoints-file-in-intellij-idea