for me it worked after I cast createNewFile
// Build the attachment URIFile attachFile = new File(aDirectory, aFileName);attachFile.createNewFile();
for me it worked after I cast createNewFile
// Build the attachment URIFile attachFile = new File(aDirectory, aFileName);attachFile.createNewFile();