playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
971 stars 973 forks source link

35 resources missing - How to run this sample? #198

Closed SpanasGamesUnity closed 8 years ago

SpanasGamesUnity commented 8 years ago

Hello,

35 resources missing

example

C:\Users\AndroidPICO\Desktop\android-basic-samples-master\android-basic-samples-master\BasicSamples\libraries\BaseGameUtils\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.2.0\res\drawable\abc_textfield_search_material.xml

Error:(18, 87) No resource found that matches the given name (at 'drawable' with value '@drawable/abc_textfield_search_activated_mtrl_alpha'). Error:(19, 89) No resource found that matches the given name (at 'drawable' with value '@drawable/abc_textfield_search_activated_mtrl_alpha').

Any tips?

SpanasGamesUnity commented 8 years ago

Is that real, that i have to copy every resources from build to src?

ianhanniballake commented 8 years ago

No, you should probably just update the 23.2.0 to 23.2.1 (23.2.0 uses support vector drawables and requires specific build.gradle modifications - 23.2.1 reverted that as it broke people who didn't read the update notice.