答案 0 :(得分:0)
我在我的项目中使用了 android-image-cropper 库,产生了上述错误。 我通过更新
解决了这个问题compile 'com.theartofdev.edmodo:android-image-cropper:1.0.+'
到
compile 'com.theartofdev.edmodo:android-image-cropper:2.5.+'
并删除了
app:scaleType="fitCenter"
这
<com.theartofdev.edmodo.cropper.CropImageView
android:id="@+id/cropImageView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />