I am trying to check my CodenameOne app on Android device. The file read/write permission seems to have some problems. The user is asked about it at installation, but it does not seem to become effective for the app (some basic files are not saved on filesystem, exception is thrown)
I know that my app is not developed to handle file write on Android device. I do not mind. But I am testing the file opening from the filesystem (AppArg). When the user selects a file with .ext extension (alias for the file type handled by the app) from the Download folder I see in logcat: System.err: java.io.FileNotFoundException: file:/data/user/0/com.myapp.app/files/myfile.ext: open failed: ENOENT (No such file or directory) (and the app seems blocked, two "activity" screens are in the "recent apps") It is strange because it does not seem that the url path is from the Download folder. The app is trying to open the url from AppArg. What's wrong? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/17520270-7666-44ab-bcc4-86217b0baff1n%40googlegroups.com.
