how we can remove a file from the assets folder at runtime in android?

Solution 1:

Here is a discussion about it:

http://www.mail-archive.com/[email protected]/msg16172.html

Seems like the apk is read only and you wont be able to modify it.

Edit:

Check commonswares answer here:

Security of Android assets folder

He is saying the same thing, you can't modify it at runtime.