In Android Studio, Click On The Text Color With Hotkey "ctrl+b" Got "cannot Find Declaration To Go" Error
colors.xml is in the folder res/values/ which contains #80000000 But the android studio can not find it. I cleaned the pro
Solution 1:
Change
xmlns:fab="http://schemas.android.com/tools"
to
xmlns:fab="http://schemas.android.com/apk/res-auto"
Post a Comment for "In Android Studio, Click On The Text Color With Hotkey "ctrl+b" Got "cannot Find Declaration To Go" Error"