AndResGuard
AndResGuard copied to clipboard
com.tencent.mm.directory.PathNotExist: Original APK not existed
com.tencent.mm.directory.PathNotExist: Original APK not existed
同样遇到此问题
//Task clean = projectA.getTasks().findByName("clean");
// clean <-- resguardXXX <-- upload
Task andResGuard = projectA.getTasks().findByName("resguard"+capitalize);
// andResGuard.dependsOn(clean);
如果让resguard任务依赖于clean会报 com.tencent.mm.directory.PathNotExist: Original APK not existed异常
@nyjsl 有找到问题的解决方法吗,你这样写,不太懂是什么意思呢
没找到,后来跟阿里的加密图片自动生成方案冲突了,就没用了,注释掉的代码的意思是让resGuard的task依赖clean,先clean然后立马运行resGuard会报错