From c2b2fc5b40e98097a4799dd9d7aac72902f147b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Duy=20T=E1=BB=AB?= Date: Wed, 28 Oct 2015 00:17:58 +0700 Subject: [PATCH] Update version compile of Android SDK. Resolve exception when compile: android_basic_fragment_example/FragmentsLab/build/res/all/debug/values-v21/values.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material'. ........... android_basic_fragment_example/FragmentsLab/build/res/all/debug/values-v21/values.xml:192: error: Error: No resource found that matches the given name: attr 'android:windowElevation'. --- FragmentsLab/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FragmentsLab/build.gradle b/FragmentsLab/build.gradle index 54b4c51..0e0eb0c 100644 --- a/FragmentsLab/build.gradle +++ b/FragmentsLab/build.gradle @@ -13,7 +13,7 @@ repositories { } android { - compileSdkVersion 19 + compileSdkVersion 23 buildToolsVersion "19.0.0" defaultConfig {