Imported module in Android Studio can't find imported class

前端 未结 7 1697
春和景丽
春和景丽 2020-12-28 12:33

I recently downloaded the ViewPagerIndicator library and imported it into android studio. After adding it to my project I get a rendering error \"The following classes could

7条回答
  •  旧巷少年郎
    2020-12-28 13:07

    I found that my issue was the Android Plugin Version under Project Structure --> Project was different to the version my plugins all used. Once I aligned them to the same version, I could see all my classes from my imported module.

    Took me hours :(

提交回复
热议问题