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
in 2018 update for this error add implementation from project structure
implementation 'com.android.support:support-v13:28.0.0'
in project mode --> External Libraries there you can find your problem, in my case
i am using version 28 and external libraries i found
com.android.support:support-media-compat-26.0.0
and here was the error.
after implementation support v13
and it's working