Kureev / react-native-blur

React Native Blur component
MIT License
3.78k stars 558 forks source link

Use of deprecated API in BlurringView #270

Open jamesqo opened 6 years ago

jamesqo commented 6 years ago

This has caused my Android builds to fail countless times. I think the code analysis-related error would go away if the code did not use a deprecated API.

Note: C:\cygwin64\home\james\code\winescan\Prototype\node_modules\react-native-blur\android\src\main\java\com\cmcewen\blurview\BlurringView.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:react-native-blur:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-blur:compileReleaseJavaWithJavac'.
> Could not open local class set analysis write cache (C:\cygwin64\home\james\code\winescan\Prototype\android\.gradle\2.14.1\tasks\_react-native-blur_compileReleaseJavaWithJavac\localClassSetAnalysis).
   > java.io.FileNotFoundException: C:\cygwin64\home\james\code\winescan\Prototype\android\.gradle\2.14.1\tasks\_react-native-blur_compileReleaseJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.lock (Access is denied)
saikiranoptisol commented 5 years ago

@jamesqo did you solved this issue

gilador commented 5 years ago

this is a blocker guys