I was working on a project in Android Studio in which I had to use a navigation drawer, everything was running well. Recently Android Studio updated to 1.2 version and suddenly the activity where the the nav drawer was stopped rendering giving me that error.
I know that it is a known error and it happened to me before, but this time I can´t get it fixed.
The dependencies are set like this:
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:support-v4:22.1.0'
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.google.android.gms:play-services:7.0.0'
}
So I think they are up to date and are not the problem. If I create another project with a navigation drawer it does not give that error though.
Thanks in advance!
EDIT:
An update for Android Studio has been released yesterday that in theory resolves layout rendering problems. Installed it, Gradle version updated and sync and the problem continues!! Im so upset right now, I can´t even create a new blank nav drawer activity, it says it can´t find it and won't render.