I have a doubt with android 开发者_如何学JAVAdevices.In my application i have given a path to store my db files and that path is
File.applicationStorageDirectory.resolvePath("LocalDB10.db");
I want to know where this path available in android device or else is there some other path i have to specify.Any ideas??
thanks in advance!!!
That path should be available. You might want to try to debug to see what the problem is. As an added bonus, you can always try to add the WRITE_EXTERNAL
permission in your air manifest.
精彩评论