Skip to content

Android 编译错误 Unable to find module with Gradle path #47

@jinzunyue

Description

@jinzunyue

编译报错:
Unable to find module with Gradle path ':@remobile/react-native-toast' (needed by module 'app'.)
settings.gradle
include ':@remobile/react-native-toast'
project(':@remobile/react-native-toast').projectDir = new File(rootProject.projectDir, '../node_modules/@remobile/react-native-toast/android')

app 中 build.gradle
compile project(':@remobile/react-native-toast')

请问有人遇到过同样的问题吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions