frogermcs / AndroidDevMetrics

Performance metrics library for Android development (includes dagger2metrics)
1.54k stars 118 forks source link

Compile error when compileSdkVersion < 23 #13

Open evilfate opened 8 years ago

evilfate commented 8 years ago

Current version will cause compile error when compileSdkVersion is lower than 23

Below is the error message /Users/Fate/xxx/app/build/intermediates/res/merged/sysarc/values-v23/values-v23.xml Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. Error:(24) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.

xuyisheng commented 8 years ago

yeah,I have the same question.