Do not request Window.FEATURE_ACTION_BAR issue

前端 未结 5 1986
借酒劲吻你
借酒劲吻你 2020-12-01 12:13

I\'m trying to build my app but without success.. I tried several way but nothing was worked. The exception is:

Caused by: java.lang.IllegalStateException: T         


        
5条回答
  •  借酒劲吻你
    2020-12-01 12:59

    In my case, I created a new activity and forgot to define it's app:theme in AndroidManifest.xml:

     
    

提交回复
热议问题