error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo'

前端 未结 6 826
清酒与你
清酒与你 2021-01-03 18:32

Error: No resource found that matches the given name: attr 'listViewStyle'

I have tried everything from here. Nothing is working.

I have imported AP

6条回答
  •  走了就别回头了
    2021-01-03 19:00

    I resolved the same issue by adding

     android:theme="@style/AppTheme"    
    

    within application tag in the AndroidManifest.xml file. This will recognize the app theme.

     
            
          ...
    
    

提交回复
热议问题