rn-fetch-blob
rn-fetch-blob copied to clipboard
Could not determine the dependencies of task ':rn-fetch-blob:compileDebugAidl'.
- rn-fetch-blob 0.13.0-beta-1
- repository
- I updated a project to latest library versions
- OS: Windows
But when I run "react-native run-android"
I get this error.
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':rn-fetch-blob:compileDebugAidl'.
> Failed to find Build Tools revision 31.0.0
* Get more help at https://help.gradle.org
I tried with version 0.12 and 0.13 beta.
just had the same issue when I tried installing it on my other unit (OS: Mac). It's working fine on my current unit (OS: Windows)
any news?
Anyone able to resolve this?
still there
i have same problem
I solved it by lowering buildToolsVersion from "31.0.3" to "30.0.3"
the issue can fix by lowering the buildToolsVersion to 30
on android/build.gradle