appium-uiautomator2-server icon indicating copy to clipboard operation
appium-uiautomator2-server copied to clipboard

java.io.FileNotFoundException: /storage/emulated/0/opencv_source.png (Permission denied)

Open GospelHW opened this issue 7 years ago • 2 comments

AndroidManifest.xml open READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE why java.io.FileNotFoundException: /storage/emulated/0/opencv_source.png (Permission denied) thanks

GospelHW avatar Jul 26 '17 07:07 GospelHW

Please provide a full set of logs. We can't tell what you're saying is going wrong. It's probably best to instead open issues at https://github.com/appium/appium/issues and fill out the issue template with all required information.

jlipps avatar Jul 27 '17 17:07 jlipps

You probably need to request runtime permissions in addition to declaring them in the manifest.

trenton-telge avatar Jan 16 '18 00:01 trenton-telge