Build Simple User Interface using Android Studio

50 views Asked by At

I have downloaded and installed Android Studio 4.0 on my Mac running macOS Mojave 10.14.5 Everything seems to be working fine except when I try to build a simple User Interface using the Android Studio Layout Editor. When I try to drag and drop a View from the palette into the Layout Editor, it doesn't stay there. Has anyone experienced this problem, and if so how did you resolve it?

1

There are 1 answers

0
VolodymyrH On

By default it creates ConstraintLayout and you should add bounds to the view. You can find all required documentation here https://developer.android.com/