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:
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: