-1

As you can see, this is what appears when I start a new Android Studio Project.![enter image description here I've tried multiple method to get it to say the default "Hello World" instead. I've tried the 60+ upvoted answer here but that didn't work as I get a cannot resolve error. One of the comments for that answer suggested using

@style/Widget.Support.CoordinatorLayout

and I put that there.

enter image description here

Nevertheless, I still get android...CoordinatorLayout.

Here is my app gradle enter image description here After invalidating I get this screen below enter image description here

EDIT: ADDED GRADLE EDIT: ADDED INVALIDATION IMAGE

Qwerty Qwerts
  • 1,521
  • 2
  • 9
  • 13

1 Answers1

0

Android sdk 28 have issues with displaying constant layout

I suggest you to revert back to latest stable of sdk version 27

HappyCoding

Eldhopj
  • 2,703
  • 3
  • 20
  • 39