Markus Wiederkehr
Markus Wiederkehr
Since October 17 2019 or so the users of my app are confronted with the consent dialog each time they start my app, over and over again. Class ConsentInformation has...
That would make it easier to debug the library in Android Studio.
In constraintlayout version 1.1.3 the following layout specification used to work: android:layout_width="0dp" app:layout_constraintWidth_max="200dp" app:layout_constraintWidth_percent="0.5" It set the width to 50% but it would max out at 200dp. Specifying layout_constraintWidth_max="wrap" was...
As soon as I include a dependency on androidx.camera:camera-camera2:1.3.0 in my Android project the license report task fails. > ./gradlew --stacktrace licenseDebugReport org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':xxx:licenseDebugReport'. at ......