Difference between "ConstraintLayout for android" and "Solver for ConstraintLayout" in Android studio SDK tools

The Android Studio SDK tools have two options for ConstraintLayout.One - ConstraintLayout for androidand the other - Solver for ConstraintLayout.

Here is a screenshot: enter image description here

What is the difference between these two options?

+6
source share
1 answer

Looking at source on Github , the solver contains some sort of mapping between Xamarin C # code and Android Java code. You will need the ConstraintLayout package. It has a dependency on the Solver package, so I assume that it will also be automatically installed.

0

Source: https://habr.com/ru/post/1016490/


All Articles