-
Notifications
You must be signed in to change notification settings - Fork 787
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
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. #122
Comments
Any comment on this? did you find the solution? I got exactly the same error |
No, I haven’t been able to get past it yet. I’ve tried a bunch of things
on stack overflow (mostly changes to gradle settings) but nothing has
worked.
On Jul 27, 2018 at 2:11 PM, davimur <notifications@github.com> wrote:
Any comment on this? did you find the solution? I got exactly the same error
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABHWAez7IBu2lDC9QvYJYDitxrUVd0hks5uK1e6gaJpZM4VTRQD>
.
|
It looks like your project still has some references to the old package name react-native-fetch-blob, it should be rn-fetch-blob. |
It does...
Thanks for the catch, I'll remove them and see what happens. |
Seems to have done the trick, submitted a PR #133 to add some documentation to help anyone else that might have hit this snag. |
use this first |
Go to android/app/build.gradle and remove this line: If you reinstall any packages from your project, make sure you removed those line (if they do exist) |
rn info:
rn-fetch-blob:
The text was updated successfully, but these errors were encountered: