• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Getting started with Android Studio

Hi, I am trying to use Android Studio (3.1.3) for the first time and I’m hitting a problem very early on.

On starting the project I am using pretty much vanilla settings, but when I try to put a Button I get the following errors:

“Failed to load AppCompat ActionBar with unknown error.”

And…

“This view is not constrained….”

Any help on getting me started would be really appreciated. Thanks.
 
For “This view is not constrained….” error:

Make sure you click the "Infer Constraints" button once you done adjusting the layout.

MsilNl4.png
 
Last edited:
Back
Top Bottom