{"ret":-1,"msg":"get signature failed, File:D:\ProtectedApkResignerForWalle\app_aligned_signed.apk Not Found"}
java.io.FileNotFoundException: Source 'D:\ProtectedApkResignerForWalle\app_aligned_signed.apk' does not exist
at org.apache.commons.io.FileUtils.checkFileRequirements(FileUtils.java:1405)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1072)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at com.meituan.android.walle.commands.BatchCommand.generateChannelApk(BatchCommand.java:80)
at com.meituan.android.walle.commands.BatchCommand.parse(BatchCommand.java:65)
at com.meituan.android.walle.Main.main(Main.java:51)
app_aligned.apk生成成功了,但是后面又提示app_aligned_signed无法找到
{"ret":-1,"msg":"get signature failed, File:D:\ProtectedApkResignerForWalle\app_aligned_signed.apk Not Found"} java.io.FileNotFoundException: Source 'D:\ProtectedApkResignerForWalle\app_aligned_signed.apk' does not exist at org.apache.commons.io.FileUtils.checkFileRequirements(FileUtils.java:1405) at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1072) at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040) at com.meituan.android.walle.commands.BatchCommand.generateChannelApk(BatchCommand.java:80) at com.meituan.android.walle.commands.BatchCommand.parse(BatchCommand.java:65) at com.meituan.android.walle.Main.main(Main.java:51) app_aligned.apk生成成功了,但是后面又提示app_aligned_signed无法找到