-
Notifications
You must be signed in to change notification settings - Fork 429
cannot find symbol com.facebook.react.ReactApplication #294
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
Comments
Link to this |
@christocracy https://dev.twitter.com/twitterkit/android/installation That particular maven line isn't mentioned anywehre in the official docs, but I found itin this article, firebase/FirebaseUI-Android#392, without which the app cant find twitter at all. I am hoping I am just doing something dumb! FWIW I understand this might not even be your plugin causing the issue, but weird coincidence. Also I am not very familiar with the Android ecosystem at this depth. |
I maybe should also note I am running without a license for now. Once I verify it all works we will be purchasing a license. |
This has nothing to do with license. Your app is unable to locate a number of classes in the |
@christocracy so you think that the even though it references your library as the culprit files, it is not actually your library? Darn. |
Try removing my lib and compile. Are you using any other native components? Show me you other components you're using. |
Update? |
…estroy Refactor Android onDestroy; Implementing Android Location Authorization
In case anyone else is experiencing the same issue: make sure you correctly add new repositories. According to Android docs every maven repo should be in its own That's why
breaks dependencies.
|
@hssrrw thanks man, saved me some precious time! |
@hssrrw you rock man ! |
@hssrrw thanks! you saved my day |
@hssrrw You saved my day! |
@hssrrw - You rock 💯 |
You are a rockstar bro |
I have a problem that is almost similar to this. I made an android project from react native and expo. when I try to build the application the error appears like this
what i already tried : 2.)try to compatible the java version with kotlin version. and the same error still appear like this. |
Hello!
I am having issues compiling the app when
url 'https://maven.fabric.io/public'
is part of my maven object in the root build.gradle.Cannot find symbol com.facebook.react.ReactApplication and 23 other errors, all referencing this plugin.
I don't know Java, so I am hoping I am just doing something in the wrong order.
Your Environment
react-native -v
): 0.46.4Expected Behavior
App compiles.
Actual Behavior
App fails to compile with 24 errors (pasted at the bottom), starting with cannot find symbol com.facebook.react.ReactApplication
Steps to Reproduce
Here is my top level build.gradle file:
removing
url 'https://maven.fabric.io/public'
makes the app build/work as expected.Context
I need this line to make TwitterKit work as part of Fabric.
Debug logs
The text was updated successfully, but these errors were encountered: