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] Error during executing gradle packaging... located in MainReactPackagerWithFrescoCache.java #15

Closed
dkfl1995 opened this issue Apr 4, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@dkfl1995
Copy link

dkfl1995 commented Apr 4, 2019

react-native: 0.57
react-native-image-filter-kit: 0.3.4

I have been linked the resources of package to android through "react-native link".
And started to run app "react-native run-android", but during executing phase an error was occured.

> Task :react-native-image-filter-kit:compileDebugJavaWithJavac FAILED
/Users/dkfl1995/Downloads/Foodilog-sprint-rc/node_modules/react-native-image-filter-kit/android/src/main/java/iyegoroff/imagefilterkit/MainReactPackageWithFrescoCache.java:83: error: cannot find s
ymbol
      if ("FrescoModule".equals(modules.get(i).getName())) {
                                              ^
  symbol:   method getName()
  location: class ModuleSpec
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-image-filter-kit:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
@iyegoroff iyegoroff added the bug Something isn't working label Apr 5, 2019
iyegoroff added a commit that referenced this issue Apr 5, 2019
@iyegoroff
Copy link
Owner

Fixed in v0.3.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants