Skip to content
Advertisement

Why I see Do not request Window.FEATURE_SUPPORT_ACTION_BAR?

This is a simple app with a tag navigation. And I can’t open it with getting a mistake. A part of it is:

JavaScript

And here is a 28-th and 29-th lines in MainActivity(the message above says mistake is in 29-th line):

JavaScript

I tried to cope with the problem but all what I found is that I should add this code in themes file:

JavaScript

and this line in Manifest:

JavaScript

So, I have that in my code but nothing is still working. Help me, please.

Advertisement

Answer

you can use this:

JavaScript

OR

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement