Problem solving: Android:must Override a superclass Method

Source: Internet
Author: User

This problem occurs when you debug a OpenCV project in Eclipse, when you import a project:

Baidu has the following, this error is very common. Regarding the @override marking error, consulted the online some explanations, mainly because the eclipse default compiler compliance level is 1.5, does not support @override and other forms of annotations, as long as the change it to 1.6.

how to do this: change the compiler compliance level in Java compiler to 1.6. Turn on:window–> preferences–> java–> Compiler, Compiler compliance level, and find out exactly what the internet says is consistent:

Select the compiler for version 1.6 or above and solve the problem:

Reference Link: http://www.cnblogs.com/mybkn/archive/2012/04/17/2452997.html

Http://www.blogjava.net/anchor110/articles/339352.html

Problem solving: Android:must Override a superclass Method

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.