I\'ve recently updated the android studio IDE to 0.8 to work with the new android L SDK. To start I imported a finished android project that receives no errors in the older
In my case the error was on a module of my project.I have resolved this with adding
dependencies { implementation 'com.android.support:support-v4:20.0.+' }
this dependency in gradle of corresponding module