Android 科尔多瓦大厦安卓系统问题

Android 科尔多瓦大厦安卓系统问题,android,cordova,ant,build,Android,Cordova,Ant,Build,我正在构建一个android应用程序,其中包含大约4Gig的本地文件(大部分是歌曲)。 当我使用“cordova build android”命令为android构建应用程序时,出现以下错误: 通过命令在“android”平台上编译应用程序 /Users/yveswebit/Desktop/APP/platforms/android/cordova/build /usr/local/lib/node_modules/cordova/node_modules/q/q.js:126

我正在构建一个android应用程序,其中包含大约4Gig的本地文件(大部分是歌曲)。 当我使用“cordova build android”命令为android构建应用程序时,出现以下错误:

通过命令在“android”平台上编译应用程序

/Users/yveswebit/Desktop/APP/platforms/android/cordova/build

/usr/local/lib/node_modules/cordova/node_modules/q/q.js:126
                throw e;
                      ^
Error: An error occurred while building the android project.Error executing "ant debug -f "/Users/yveswebit/Desktop/APP/platforms/android/build.xml"": 
BUILD FAILED
/Development/adt-bundle/sdk/tools/ant/build.xml:932: The following error occurred while executing this line:
/Development/adt-bundle/sdk/tools/ant/build.xml:950: null returned: 1

Total time: 23 seconds


at ChildProcess.<anonymous> (/usr/local/lib/node_modules/cordova/src/compile.js:65:22)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Process.ChildProcess._handle.onexit (child_process.js:802:5)
/Users/yveswebit/Desktop/APP/platforms/android/cordova/build
/usr/local/lib/node_modules/cordova/node_modules/q/q.js:126
投掷e;
^
错误:生成android项目时出错。执行“ant debug-f”/Users/yveswebit/Desktop/APP/platforms/android/build.xml”时出错:
构建失败
/Development/adt bundle/sdk/tools/ant/build.xml:932:执行此行时发生以下错误:
/Development/adt bundle/sdk/tools/ant/build.xml:950:null返回:1
总时间:23秒
在这个过程中。(/usr/local/lib/node_modules/cordova/src/compile.js:65:22)
在ChildProcess.EventEmitter.emit(events.js:98:17)
在maybeClose(child_process.js:735:16)
在Process.ChildProcess.\u handle.onexit(child\u Process.js:802:5)
当我用较少的歌曲构建应用程序时,构建是成功的

谢谢你的帮助