Failed to load AppCompat ActionBar with unknown error.

找到styles.xml 文件


 
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> 
</style> 


to:
 
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> 
</style> 
 


原文链接: Failed to load AppCompat ActionBar with unknown error. 版权所有,转载时请注明出处,违者必究。
注明出处格式:流沙团 ( http://www.gyarmy.com/post-475.html )

发表评论

0则评论给“Failed to load AppCompat ActionBar with unknown error.”