I\'ll start from what I want to achieve: building the googlecast-manager example provided here: https://github.com/googlecast/GameManagerSamples I followed instructions here
You have to update your SDK to the API 23 that is either not downloaded or not installed properly.
API 23
In your build.gradle set
build.gradle
compileSdkVersion 23 buildToolsVersion "23.0.0" targetSdkVersion 23 compile 'com.android.support:appcompat-v7:23.0.0'