I am trying to add an option menu in actionbar to my existing app but it is not working. If I create a new project with \"hello world\" default app I can see the button in a
I had the same problem and I confirm that if you delete android:theme="@style/AppTheme" from AndroidManifest.xml, it will solve your problem.
android:theme="@style/AppTheme"
AndroidManifest.xml