I want to replace one file in the assets folder with generated apk(in the assets folder there is sample.txt file after generating the apk i want to change the data in that file and regenerate the new apk ).
===> old APK+modified(sample.txt)=newApk
How to do this?