After updating to android studio 2.3 I got this error message. I know it\'s just a hint as the app run normally but it\'s really strange.
All com.andr
I got the same error after adding compile 'com.google.android.gms:play-services:10.2.4'
with compile 'com.android.support:appcompat-v7:25.3.1'
.
Adding animated-vector-drawable
and mediarouter libs
fixed the issue.
compile 'com.google.android.gms:play-services:10.2.4'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:animated-vector-drawable:25.3.1'
compile 'com.android.support:mediarouter-v7:25.3.1'