Skip to content

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

@yahooyee

Description

@yahooyee

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 {

有大神可以解答一下吗

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions