Search code examples
androidandroid-studiorenderingandroid-appcompatpreview

Rendering problems (AppCompat 22.1.0)


I am getting this issue: image1

The app works fine, but I can preview nothing in Android Studio...

This is my gradle: image2


Solution

  • The problem was that the new version of Android Studio has more problems with folders name. This project was working in version before but now, for example, in a folder called "New Folder", is not working, but in a folder called "NewFolder", is working.

    I am only having this problem with a project, all of other projects were in the same folder without problems.