- The method onItemSelected(String) of type ItemListActivity must override a superclass method
- The method onItemSelected(String) of type new ItemListFragment.Callbacks(){} must override a superclass method
Checking the updated System requirements of Android SDK, only JDK 6 is officially supported:
To fix it: correct Compiler compliance level to 1.6.
- Right click your project, select Properties.
- Select Java Compiler tab, change Compiler compliance level to 1.6.
- Alternatively, you can click Window -> Preferences, then select Java -> Compiler to change Compiler compliance level to 1.6 for the whole workspace.
Then clean and re-build. Now fixed with 0 errors.
![Error: The method onItemSelected(String) of type ItemListActivity must override a superclass method thumbnail](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj9QiIo5b5l0umATBU6Ous8c7Iao6UJupOSj6S8w1gDdEbbP53z4MaJw13MDg9lqbXXPBd-aNg8z7MijcjEefT10bdA3m_KMKO2aaS69FnCHNl1BFZtDQjTjQI8WfXybDdDRwADRFFrVyc/s72-c/error_eclipse.png)
Title: Error: The method onItemSelected(String) of type ItemListActivity must override a superclass method
Rating: 100% based on 99998 ratings. 10 user reviews.
Post by 2:38 AM
Rating: 100% based on 99998 ratings. 10 user reviews.
Post by 2:38 AM
0 comments:
Post a Comment