I added a Fragment to my Android Studio project using New > Fragment > Fragment (Blank). As a result when I try to run, the project won\'t compile because
New > Fragment > Fragment (Blank)
I had this problem when updated the Android Support Library to version 23.2.0
In my case, I was using a third party library that conflicted.
I switched to the new version of the third party library to solve the problem.