I want to add new JSON files in APK. I followed following steps:
Change the extension of my
.apk
to.zip
Open and remove the folder
META-INF
Added my new files in
assets/
change the extension to
.apk
Use the
jarsigner
andzipalign
withkeystore
.
I can successfully resign the apk and i can install in device also i can see my new files in the apk(when i unzip the apk).
But i cant read data from my new added JSON.
Can anyone help in this?
Thanks