-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Failed resolution of: Lcom/facebook/infer/annotation/Assertions; #20433
Comments
If you are using instant run, you can try a clean build. |
Have you been able to reproduce this on the latest release, 0.56? |
I am closing this issue because it does not appear to have been verified on the latest release, and there has been no followup in a while. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. |
Hi @NameFILIP, I'm facing the same issue with my React Native app Android builds after the update to latest ExpoKit 31. Not exactly sure where it comes from, as nothing changed actually in Gradle build scripts. Were you able to fix the issue? UPDATE: For those who were looking for a solution, meanwhile adding the |
the above comment magically worked for me, my case, I edited build.gradle of |
Environment
Environment:
OS: macOS High Sierra 10.13.6
Node: 8.11.2
Yarn: 1.7.0
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 3.1 AI-173.4819257
Packages: (wanted => installed)
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
react-native: 0.55.4 => 0.55.4
Description
The app used to work, but doesn't launch right now without any code changes.
The error I found using
adb logcat *:E
is:Any ideas why
com.facebook.infer.annotation.Assertions
is not there?The text was updated successfully, but these errors were encountered: