[Solved]How can I generate a .apk with config files?
-
I want to pack config files such as app.config, temp/temp.txt into my Android APK package. I have no idea to do that.
-
Hi,
One way would be to include those files in your Resource files and then copy those files on the first launch to the destination.
-
Thanks a lot. I have done what you said. And it works.
-
That's great :) You can mark it as solved then. Just edit the thread title and prepend [solved]
Post 4 of 4