标签:
我今天新建了一个项目,但是在这里却看不到手机的界面效果,如下图:
打开文件res/values/styles.xml,
将下面的代码
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> </style>
修改为:
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> </style>
这是修改了之后的效果
Android Studio新建了一个项目看不到手机界面的效果
标签:
原文地址:http://www.cnblogs.com/LoveQin/p/4822184.html