zoukankan      html  css  js  c++  java
  • studio rendering problems

    问题-------->

         Rendering Problems

          The following classes could not be instantiated: - android.support.v7.internal.........

    解决--------->

    方法1、改变android API版本

    方法2、将styles.xml中

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

    改成:

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

    即添加一个prefix 【Base】即可

     

  • 相关阅读:
    病毒
    最短母串
    单词
    Censoring
    玄武密码
    Keywords Search
    聚会
    异象石
    暗的连锁
    pat 1048. Find Coins (25)
  • 原文地址:https://www.cnblogs.com/ouyangping/p/7389896.html
Copyright © 2011-2022 走看看