drawer - Following classes not found: android.support.v4.widget.DrawerLayout -
i working on project in android studio in had use navigation drawer, running well. android studio updated 1.2 version , activity the nav drawer stopped rendering giving me error.
i know known error , happened me before, time can´t fixed.
the dependencies set 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 think date , not problem. if create project navigation drawer not give error though.
thanks in advance!
edit:
an update android studio has been released yesterday in theory resolves layout rendering problems. installed it, gradle version updated , sync , problem continues!! im upset right now, can´t create new blank nav drawer activity, says can´t find , won't render.
i'm answering myself because it's been long time since question , seems nobody had problem. there no solution this, strangely android studio changed in way , same code written in 1 file wasn´t working works in another, had rewrite entire program in new project , problem gone now. there no answer of why after update couldn´t read classes in project had delete it, anyway!!
Comments
Post a Comment