Appname(XXX) 类型的 onOptionsitemSelected(MenuItem) 必须重写超类方法

发布于 2024-09-11 12:41:24 字数 508 浏览 4 评论 0原文

我正在尝试在 Android 中创建一个简单的应用程序。在我的一个模块中,当我单击 Android 模拟器中的菜单按钮时,我必须调用出现在屏幕下方的选项菜单

由于我必须调用一个新活动,因此当点击选项菜单中的一个菜单项时,我将 @Override 放在方法 onOptionsSelectedItem(MenuItem menuitem) 之前,以便实现我自己的定义而不是调用父活动。

一旦我将注释@Override放在onOptionsSelectedItem(MenuItem menuitem)方法之前,它就会显示以下错误......(在编译时本身)

方法onOptionsitemSelected( SingleShooterRecordShots 类型的 MenuItem) (MyClass) 必须重写超类方法....

I am try'g to create an Simple application in Android. In one of my module I have to call the options menu that appears underneath the screen, when I click the menu button in the Android emulator.

Since I have to invoke a new activity, when one of my menu items in option menu is tapped, I put @Override before the method onOptionsSelectedItem(MenuItem menuitem) in order to implement my own definition instead of calling the parent activity.

Once I put the annotation @Override before onOptionsSelectedItem(MenuItem menuitem) method, its showing the following error...(in compile time itself)

The method onOptionsitemSelected(MenuItem) of type SingleShooterRecordShots (MyClass) must override a superclass method....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文