开发者

Blackberry - DatabaseIOException when creating database in store folder

开发者 https://www.devze.com 2023-03-15 03:08 出处:网络
In my app开发者_如何学运维 i am creating database,its working well in 9000 simulator but it throws\"DatabaseIOException can notcreate folder file:///store/Databases/\" exceptionwhen testing on 9700 si

In my app开发者_如何学运维 i am creating database,its working well in 9000 simulator but it throws "DatabaseIOException can not create folder file:///store/Databases/" exception when testing on 9700 simulator and in 8900 device.What is the problem please help me.

Thank You


You generally can't create folders or add files from the root of the /store filesystem. Try "/store/home/user"

0

精彩评论

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