Skip to content
New issue

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

配置了 productFlavors 报错 #28

Closed
yanweimin7 opened this issue Aug 26, 2016 · 2 comments
Closed

配置了 productFlavors 报错 #28

yanweimin7 opened this issue Aug 26, 2016 · 2 comments

Comments

@yanweimin7
Copy link

Execution failed for task ':app:mergeApk_DEBUGDebugAssets'.

/Users/wey/work/android/stock-android/app/build/intermediates/assets/debug/apktime (No such file or directory)

取消 productFlavors 就没问题了

@lomanyong
Copy link
Member

@yanweimin7 添加一个配置项到freeline DSL中即可,可以参考下面的例子:

freeline {
    hack true
    productFlavor "develop"
}

@yanweimin7
Copy link
Author

好,建议这个加到readme 里面。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants