Masterxiechengxun commented on issue #1128: URL: https://github.com/apache/cordova-android/issues/1128#issuecomment-1875132432
可以试试这个解决办法,找到 **ProjectBuilder.js** 这个文件,搜索关键字 **findOutputFiles** ,将59行至62行代码修改为: ``` let files = glob.sync(`**/${buildType}/*.${bundleType}`, { absolute: true, cwd: this[`${bundleType}Dir`] }).map(path.normalize); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org