我有使用編譯com.theartofdev.edmodo:android-image-cropper:2.3.+
lib進行裁剪,我在打開相機應用程序關閉錯誤顯示時遇到了Android Nougat問題。請幫幫我。提前致謝。Android中的挑選和裁剪圖像問題在Android Nougat 7.0中
logcat的錯誤:
Java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1, result=-1, data=null} to activity { java.lang.NullPointerException: Attempt to invoke virtual method 'android.net.Uri android.content.Intent.getData()' on a null object reference
開放如下對話。
'攝像頭應用程序關閉錯誤display'份額logcat的。使用最新的'android-image-cropper:2.4。+' –
java.lang.NullPointerException:試圖調用虛擬方法java.lang.String android.net.Uri.toString()'null對象引用 –
請提供[MCVE]。這將包括整個Java堆棧跟蹤,以及觸發崩潰的代碼。 – CommonsWare