I'm trying to create a layout for my app's activity. I've created the empty activity in my android studio project. The problem is that every time I try to add any UI elements by dragging them onto the activity, they are moved to the top-left corner and resized to zero height and width. After that it is not possible to manipulate them in any meaningful way. What am I missing?
Here is the link to a short gif, showing the problem (I am not allowed to post images here directly) - link
I'm using android studio 3.4, I've tried different types of UI elements, tried restarting the android studio.
Try to update your android studio and add this to your Gradle:
May constraint layout not implemented on your project.