-
[AndroidStudio/Error] MissingConstraintsWith Computer/Kotlin 2020. 1. 19. 23:22
Missing Constranints in ConstraintLayout
This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints The layout editor allows you to place widgets anywhere on the canvas, and it records the current position with designtime attributes (such as layout_editor_absoluteX). These attributes are not applied at runtime, so if you push your layout on a device, the widgets may appear in a different location than shown in the editor. To fix this, make sure a widget has both horizontal and vertical constraints by dragging from the edge connections. Issue id: MissingConstraints
시작부터 hello world 못만날뻔
반응형'With Computer > Kotlin' 카테고리의 다른 글
[AndroidStudio] UI의 모든것, View 시스템 (0) 2020.01.20 [AndroidStudio] 화면의 기본단위, activity (0) 2020.01.19 안드로이드 시스템 (0) 2020.01.19 간결한 스코프함수 코드작성법 (0) 2020.01.19 고차함수와 람다함수 (0) 2020.01.19