So, seeing that the new Android L is out, I said I should give it a try. I installed the new ADT update from SDK tools and then from the updates. After Eclipse restart, I ge
If you use build.gradle script, then just set the "compileSdkVersion" to 19.
... android {
compileSdkVersion 19 buildToolsVersion "19.1.0" sourceSets {
...