-1

I'm quite new to Mobile App development. Today I downloaded the Android Studio and Genymotion, and I simply designed a layout, ran it and saw that the interface gets messed up, the objects are not where they are suppossed to be. Check this out for instance. There are two buttons however in the emulator all messed up.

enter image description here

I already tried to change the version to 6.0.0 or to others, did not work. Any thoughts?

Newtron Labs
  • 809
  • 1
  • 5
  • 17
Schütze
  • 1,044
  • 5
  • 28
  • 48

1 Answers1

0

Are you using constraint layout? If yes please correct all of its error inside your xml. Because it clearly gives warning to you that if you do not correct constraints it will jump to 0 positions. This might be the main reason behind the control jump to 0 position

Chintan Desai
  • 2,607
  • 2
  • 22
  • 25