Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我所有的活动都没有 onCreateOptionsMenu 或相关方法。我也删除了 menu.xml 和所有相关的。我仍然在底部栏的右侧看到选项菜单。任何想法为什么会发生这种情况?Min SDK 为 10,设备为 Nexus 5 5.0。
您需要将您的设置targetSdkVersion为 11 或更高以摆脱旧的操作溢出按钮。
targetSdkVersion
更改minSdkVersion为 >=11 也可以,但不是绝对必要的。
minSdkVersion