-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
实际应用中遇到的 #4
Comments
@kryst4l 你好,这种问题还是要你的环境是否搭建正确,以及检查下代码。 |
3Q,感觉像是新版本的这个父类方法不能被重写。
发自网易邮箱大师
在2017年05月17日 10:24,Song 写道:
@kryst4l 你好,这种问题还是要你的环境是否搭建正确,以及检查下代码。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@kryst4l 你用的什么版本?0.44? |
@kryst4l 我这个用的0.3X版本,代码都是测试没问题的。不行你就降低版本吧。 |
3Q
发自网易邮箱大师
在2017年05月17日 14:46,Song 写道:
@kryst4l 我这个用的0.3X版本,代码都是测试没问题的。不行你就降低版本吧。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
向MainAppliaction.java中添加这个方法 会报错
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
E:\EasyInvoice\android\app\src\main\java\com\easyinvoice\MainApplication.java:32: 错误: 找不到符号
super.onCreate();
^
符号: 方法 onCreate()
E:\EasyInvoice\android\app\src\main\java\com\easyinvoice\MainApplication.java:54: 错误: 方法不会覆盖或实现超类型的方法
@OverRide
^
2 个错误
:app:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered: