After downloading the New L SDK and 20 SDK when trying to refresh, build, or clean my project i get a
Error:Error retrieving parent for item: No resource fou
just try this:
android { compileSdkVersion 20 buildToolsVersion '19.1.0' defaultConfig { minSdkVersion 14 targetSdkVersion 20 } } dependencies { compile 'com.android.support:appcompat-v7:19.+' }
and if you have another module in your project, check manifest files in those modules too.