steelkiwi / cropiwa

📐 Configurable Custom Crop widget for Android
http://steelkiwi.com/
2.23k stars 330 forks source link

When attempting to run sample, following error occurs. #61

Open zobrathemanish opened 4 years ago

zobrathemanish commented 4 years ago

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.File android.app.Application.getFilesDir()' on a null object referenceat com...sample.f.a.b(SourceFile:35)at com...sample.CropGalleryActivity.onCreate(SourceFile:40) This is typically this line: cropGalleryAdapter.addImages(CropGallery.getCroppedImageUris()); Any suggestions:

DeepakPanchariya commented 3 years ago

set Image uri to cropview as cropView.setImageUri(YourUri)