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

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

Open
jinzunyue opened this issue Aug 7, 2018 · 1 comment
Open

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

jinzunyue opened this issue Aug 7, 2018 · 1 comment

Comments

@jinzunyue
Copy link

编译报错:
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')

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

@DrJukka
Copy link

DrJukka commented Aug 9, 2018

Currently having same issue, so did you find any solutions already ?

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