android studio button error
![[Android] Button 위치 에러 :: [This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints.]](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FllVS3%2FbtqKwrfcXYP%2FHtjASH5d6JCxDcwk5A48Rk%2Fimg.png)
[Android] Button 위치 에러 :: [This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints.]
Error 내용 This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints 상황 : Button 사용하다가 Constraint레이아웃에서 버튼을 그냥 드래그 했는데, 바로 빨간줄 그어져서 에러 메세지 확인해보니 위와 같은 내용이 주어진다. 해석 이 문제는 그냥 정확한 위치가 아니라는 것이다. 애매하다는 것임. 위치를 잡아주면된다. 방법 Constraint이든 아니든 해당 레이아웃에서 정확한 위치를 잡아주면됨. 여러가지 방법이 있다. 1. 그냥 우클릭 하든 빨간 전구를 클릭해서 추천하는 방법? 을 눌러본다. 이 방법은 그냥 무시하라는..