We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我也出现这个问题了,不过我调试之后发现是因为文件找不到异常导致的。原因是我自己重新写了一个项目,然后再sample-app项目中的build.gradle中apkName名字写的不一样,修改名字之后就可以了。
Originally posted by @MmingY in #270 (comment)
The text was updated successfully, but these errors were encountered:
feat(core.gradle-plugin): 不再需要设置apkName
0bcd65b
按照原本 ef8ec51 中的实现,getPluginFile方法中就是用apkName拼接出apkPath的。 所以直接指定apkPath后,不应该再保留apkName了。 fixup! bd35988 fix Tencent#725
d0d0b92
No branches or pull requests
我也出现这个问题了,不过我调试之后发现是因为文件找不到异常导致的。原因是我自己重新写了一个项目,然后再sample-app项目中的build.gradle中apkName名字写的不一样,修改名字之后就可以了。
Originally posted by @MmingY in #270 (comment)
The text was updated successfully, but these errors were encountered: