Today is April 14, 2015 (April 15, 14). "Elimination of problems when creating a rendering"
Here is what worked for me.
Android Manager Android SD uploaded 19, 19.1, 22 and 24.1.2. 22.0.0 is not listed in my SDK manager. I double-clicked "build.gradle (module application) in the" Gradle Scripts "section in Android Studio and changed the line
compile 'com.android.support:appcompat-v7:22.0.0 to' in compile 'com.android.support:appcompat-v7:19.1'
Then, in the drop-down menu above the renderer next to small Android (called "Android version to use ..." the drop-down menu with the mouse pointer), I selected "API 19: Android 4.4.2".
Rendered.
Earlier in the same script version and build tool version, the value 19 was set:
buildToolsVersion "19.1.0"
targetSdkVersion 19
source share