When using uiautomator, takeScreenshot(File storePath) always returns false no matter what parameter I pass in.
I've tried to give either new File(dir_name, file_name) or new File(file_name), neither of them works (of course mkdir first if the dir_name doesn't exist).
Every time it just return false and /data/local/tmp/ on emulator is empty.
BTW, I don't think it's a permission problem, since trying the similar dumpWindowHierarchy could generate a dump file there.
Thanks in advance for your help.