1. Rendering Problems :The following classes could not be found: - android.support.v7.internal.app.WindowDecorActionBar (Fix Build Path, Create Class)
出现这个问题的原因在于ActionBar已经被弃用且被ToolBar代替,如果希望继续使用ActionBar需要在其中加入依赖文件要不直接在Android Studio中把Design中的Theme改成没有NoActionBar即可。
StackOverFlow解释链接