You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_devRemoteKernelDebugApk'.
A problem occurred configuring project ':react-native-fetch-blob'.
> The SDK Build Tools revision (23.0.1) is too low for project ':react-native-fetch-blob'. Minimum required is 25.0.0
compileSdkVersion 25
buildToolsVersion "25.0.0"
and i get this error.
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':react-native-fetch-blob:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
@Ronalses open your project in Android studio and edit the build.gradle which belongs to RNFetchBlob. You will want to change the buildToolsVersion to 25.0.0 there too.
@tombailey That can be done, but is there some issue why buildToolsVersion isn't being revised in the library itself to keep up with the current RN versions? I am not android dev so i dont know all the impacts of updating the version directly.
Hi!
i would like to report this problem and ans know how solve it.
when I execute my project it gives this error.
and i get this error.
FAILURE: Build failed with an exception.
Execution failed for task ':react-native-fetch-blob:compileDebugJavaWithJavac'.
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: