W wojkow New Member Licensed User Longtime User Nov 3, 2019 #1 Hi, After upgrading my Samsung J5 to Andorid 9 Pie, File.DirAssets doesn't return reference to the files (java.io.FileNotFoundException)
Hi, After upgrading my Samsung J5 to Andorid 9 Pie, File.DirAssets doesn't return reference to the files (java.io.FileNotFoundException)
Erel B4X founder Staff member Licensed User Longtime User Nov 4, 2019 #2 Try to uninstall the app, clean the project (Ctrl + P) and run again. Upvote 0
W wojkow New Member Licensed User Longtime User Nov 7, 2019 #3 Similar problem after upgrading to Android 9 with writing to File.DirRootExternal - Permission Denied Upvote 0
Similar problem after upgrading to Android 9 with writing to File.DirRootExternal - Permission Denied
Erel B4X founder Staff member Licensed User Longtime User Nov 8, 2019 #4 wojkow said: File.DirRootExternal - Permission Denied Click to expand... This is expected. Watch the runtime permissions video tutorial. Upvote 0
wojkow said: File.DirRootExternal - Permission Denied Click to expand... This is expected. Watch the runtime permissions video tutorial.