ant command does not generating apk file

旧街凉风 提交于 2019-12-23 16:34:43

问题


I am using Ant to build my application.my app uses a library project.so first of all i had run the below command in commandline to generate the build.xml in my project.

"android update project --target 5 -p path_of_my_project -l path_of_my_library_project"

(my application's build target is 4.0).Above command generated a build.xml file in my project.Then i run "ant" command in command prompt.it has shown the result as BUILD SUCCESSFULL. but when i checked my project's bin folder there is no apk file is generated.what is the issue?I did not make any changes in build.xml file.do i need to add something to that to generate the build?please guide me.

来源:https://stackoverflow.com/questions/14951644/ant-command-does-not-generating-apk-file

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