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

Gradle build failed to produce an .apk file. It's likely that this file was generated under #37

Open
yahooyee opened this issue Jul 24, 2020 · 0 comments

Comments

@yahooyee
Copy link

yahooyee commented Jul 24, 2020

flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: '1.12.13+1'

flutter : v1.12.13-hotfixes

使用了AndroidX

下面的代码添加过,不起作用
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
project.evaluationDependsOn(':app')
}

这个代码也注释掉了,不起作用
// applicationVariants.all { variant ->
// variant.outputs.all {

有大神可以解答一下吗

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

1 participant