Michael
Michael
I have the same issue.
Change compileSdkVersion to version 28 and then override method createDocumentType of DocScannerTask.java like this ``` private HashMap createDocumentType(ArrayList documents) { HashMap documentMap = new HashMap(); for (final FileType fileType :...
> > Change compileSdkVersion to version 28 and then override method createDocumentType of DocScannerTask.java like this > > ``` > > private HashMap createDocumentType(ArrayList documents) { > > HashMap documentMap...
> > Change compileSdkVersion to version 28 and then override method createDocumentType of DocScannerTask.java like this > > ``` > > private HashMap createDocumentType(ArrayList documents) { > > HashMap documentMap...