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
当不同渠道(或不同版本)需要的assets资源不一样时,walle就用不上了吧?
The text was updated successfully, but these errors were encountered:
补充:build.gradle android{}内为不同的productFlavors指定相应的assets目录 sourceSets { unittest_one { assets.srcDirs = ['src/unittest_one/assets'] } unittest_two { assets.srcDirs = ['src/unittest_two/assets'] } }
sourceSets { unittest_one { assets.srcDirs = ['src/unittest_one/assets'] } unittest_two { assets.srcDirs = ['src/unittest_two/assets'] } }
Sorry, something went wrong.
不能,用flavor吧
用flavor每个渠道包要重新编译一次了,解决不了耗时问题
No branches or pull requests
当不同渠道(或不同版本)需要的assets资源不一样时,walle就用不上了吧?
The text was updated successfully, but these errors were encountered: