Error log:
warning: [options] bootstrap class path not set in conjunction with -source 1.7
/Users/samuelyang/AndroidStudioProjects/iosched-master/server/build/generated-source/endpoints/java/com/google/samples/apps/iosched/rpc/cms/Cms.java:346:
error: method does not override or implement a method from a supertype
@override
^
How do i build it?
The Error is occurred a file named Cms.java, and the code snipe of Cms.java as below:
@Override
public Builder setBatchPath(String batchPath) {
return (Builder) super.setBatchPath(batchPath);
}
Every time i comment all these error code snipe and build the project, all these code will be auto-gen ,i don't know how to handle this... Could anyone help me? thanks...