关于windows下打包apk出现的错误

请问,本人使用generator工具将两个CPP文件绑定成lua,
然后生成安卓runtime的时候显示找不到定义的那两个文件
于是我把生成的lua_cocos_XXX.cpp 和lua_cocos_XXX.hpp
以及自定义的两个类文件放入到framework/runtime-src/classes这个路径下和appdelegate保持一致
这样生成安卓的runtime成功,但是打包apk的时候,显示以下错误:
-do-debug:
Running zip align on final apk…
Unable to open ‘D:\Coco-workplace\Legend\frameworks\runtime-src\proj.android\bin\Legend-debug-unaligned.apk’ as zip archive

BUILD FAILED
D:\envirmont\adt-bundle-windows-x86_64-20130729\sdk\tools\ant\build.xml:1037: The following error occurred while executing this line:
D:\envirmont\adt-bundle-windows-x86_64-20130729\sdk\tools\ant\build.xml:1039: The following error occurred while executing this line:
D:\envirmont\adt-bundle-windows-x86_64-20130729\sdk\tools\ant\build.xml:336: null returned: 1

请问下这个有可能是什么原因导致的,因为对编译流程不舍了解,本人无法从源头开始差错,网上也没有有关的信息
PS:另外提一句,windows平台的运行时正确的,同时打包apk生成的Legend-debug-unaligned.apk 这个文件我安装的时候会出现错误