开发者

default path for android devices

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜