I'm using the google Sign In button this way :
<com.google.android.gms.common.SignInButton
android:id="@+id/sign_in_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
In my app, at runtime, the button works like a charm, but in the Android Studio's layout editor, i have this error :

The library is properly imported through gradle, properly configured (the meta-data tags in the manifest are present), etc.
Is there a way to fix this ?
EDIT:
The same error occurs for every GPS views, in fact, even for my AdView, and i'm pretty sure that i used to be able to design it through the editor without any modification ...