본문 바로가기
App/Android

[2021.11.02] How to solve error This view is not constrained on andorid?

by injekim97 2021. 11. 2.
반응형

[2021.11.02] How to solve error This view is not constrained on andorid?

 

 

 

 

This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints

이번 게시글은 안드로이드에서 빌드를 했을 때, activitymain.xml 에서 위와 같은 에러메세지가 발생 했을 때 해결하는 방법에 대해 알아보자.

 

 

 

 

 

해결방법

-> 버튼에서 에러가 발생했기 때문에 버튼을 클릭하고, Infer Constraints 클릭

반응형

댓글