natjs / nat

A powerful kit for adding native functionalities to your weex app.
http://natjs.com
282 stars 25 forks source link

[Android]nat.transfer download failed #42

Closed zhangfei56 closed 6 years ago

zhangfei56 commented 6 years ago

code line 156: outputStream = new FileOutputStream(fileFinal); Error information: java.io.FileNotFoundException: /storage/emulated/0/102-1235614960-43-75-119-60-56679724103490.6537333 (Permission denied) Add permission:

acathur commented 6 years ago

Please check the permission in AndroidManifest.xml, and also see #41

zhangfei56 commented 6 years ago

已解决! thx!