R.styleable can not be resolved, why?

后端 未结 6 1858
猫巷女王i
猫巷女王i 2020-12-03 16:58

I have a resources.xml file located under direcotry values/ , That\'s

/values/resources.xml



        
6条回答
  •  心在旅途
    2020-12-03 17:52

    In my case I had inadvertently done import android.R instead of import com..R.

    Replace with your package name (or just delete the current import and let Android Studio do the rest).

提交回复
热议问题