我今天新建了一个项目,但是在这里却看不到手机的界面效果,如下图:

Android Studio新建了一个项目看不到手机界面的效果

打开文件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新建了一个项目看不到手机界面的效果

相关文章:

  • 2021-05-18
  • 2022-01-25
  • 2021-09-17
  • 2021-12-27
  • 2021-05-21
  • 2021-12-17
猜你喜欢
  • 2021-11-10
  • 2021-08-14
  • 2022-12-23
  • 2021-09-03
  • 2021-10-29
  • 2022-12-23
相关资源
相似解决方案