Adding Support Libraries to Android project

后端 未结 9 1529
孤街浪徒
孤街浪徒 2020-12-31 00:43

Why am I having such a hard time getting into the swing of Android development? I\'ve been developing in various languages over the years and, for some reason, just can\'t s

9条回答
  •  轮回少年
    2020-12-31 00:56

    Don't know if it helps you at all, but I've been struggling with a similar issue for several hours and finally managed to resolve it. In my case, inside my own project's styles.xml file, I was referencing the AppCompat style in the wrong way in the parent attribute.

    I was using: