RuntimeException with Android OptionsMenu
问题 My application was running fine until i added the following code to add an options Menu to my main Activity: @Override public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.wantlist_menu, menu); return true; } The Menu Resource looks as follows: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:enabled="true" android:visible="true" android:id="@+id/clearImageCashe"