activity_main.xml: Failed to find the style corresponding to the id 2130771996

后端 未结 10 2191
谎友^
谎友^ 2020-12-09 13:26

I am Having trouble while creating new project in Eclipse Luno. After I update Android Eclipse SDK to API 22 then I am start getting this issue, Layout is not showing prope

10条回答
  •  隐瞒了意图╮
    2020-12-09 13:55

    I found it i had same problem go to values/styles.xml change theme to Base.Theme.AppCompat.Light.DarkActionBar or anything you want

    Before :

    
        
        
    
    

    After :

    
        
        
    
    

提交回复
热议问题