You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: