Android: Is it possible to add folders to APK through commands

孤街醉人 提交于 2019-12-12 06:11:51

问题


I am having a android source and i am building that source and generate apk manually. Manually in the sense using ant release jarsigner and zipalign. I got the singed APK working. Now i am trying to add folders to the apk before signing it or It is possible to add it while the ant build process .Is this possible if so share me the commands.I saw aapt command is used to add files but not folders..

Thanks in Advance

Regards,

Deepak

来源:https://stackoverflow.com/questions/13835940/android-is-it-possible-to-add-folders-to-apk-through-commands

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!