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
I suggest you put the .sql file in assets folder. By doing that, you are free to manipulate your file with File IO API.
assets