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

React Native 0.62.1 Task :react-native-threads:compileDebugJavaWithJavac #103

Open
davidkern13 opened this issue Apr 4, 2020 · 2 comments

Comments

@davidkern13
Copy link

davidkern13 commented Apr 4, 2020

Hello, after installation and configuration, when I am run the app I get the next Error!

> Task :react-native-threads:compileDebugJavaWithJavac

> Task :react-native-threads:compileDebugJavaWithJavac FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.

How to resolve it?

@vitiaaap29
Copy link

vitiaaap29 commented May 18, 2020

I have the same issue. I use "react-native": "0.61.5".
/android/src/main/java/com/reactlibrary/ThreadBaseReactPackage.java:10: error: cannot find symbol import com.facebook.react.modules.core.TimingModule; ^ symbol: class TimingModule location: package com.facebook.react.modules.core /Users/viktar/projects/poce-rn/node_modules/react-native-threads/android/src/main/java/com/reactlibrary/ThreadBaseReactPackage.java:40: error: cannot find symbol new TimingModule(catalystApplicationContext, reactInstanceManager.getDevSupportManager()), ^ symbol: class TimingModule location: class ThreadBaseReactPackage /Users/viktar/projects/poce-rn/node_modules/react-native-threads/android/src/main/java/com/reactlibrary/ThreadBaseReactPackage.java:52: error: constructor DevSettingsModule in class DevSettingsModule cannot be applied to given types; new DevSettingsModule(catalystApplicationContext, reactInstanceManager.getDevSupportManager()) ^ required: DevSupportManager found: ReactApplicationContext,DevSupportManager reason: actual and formal argument lists differ in length 3 errors

@vitiaaap29
Copy link

It's #104 the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants