Getting list of subfolders name and files name in android source package

前端 未结 2 540
小蘑菇
小蘑菇 2020-12-20 03:56

I\'m developing an android application that store sql files to update the sqlite database. And that sql script will run when user push certain button. This is where i put my

2条回答
  •  生来不讨喜
    2020-12-20 04:12

    I suggest you put the .sql file in assets folder. By doing that, you are free to manipulate your file with File IO API.

提交回复
热议问题