question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

App crashes while building

See original GitHub issue

Hey, Iam working on an app which was working fine and suddenly the app is getting crashed with following log. There were couple of updates when I ran react-native run-android . And the react native version is “react-native”: “~0.55.2”,

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/facebook/appevents/InternalAppEventsLogger; at com.facebook.marketing.internal.MarketingLogger.<init>(MarketingLogger.java:47) at com.facebook.marketing.internal.MarketingInitProvider.setupCodeless(MarketingInitProvider.java:68) at com.facebook.marketing.internal.MarketingInitProvider.onCreate(MarketingInitProvider.java:49) at android.content.ContentProvider.attachInfo(ContentProvider.java:1761) at android.content.ContentProvider.attachInfo(ContentProvider.java:1736) at android.app.ActivityThread.installProvider(ActivityThread.java:6093) at android.app.ActivityThread.installContentProviders(ActivityThread.java:5572) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5511) at android.app.ActivityThread.-wrap2(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1611) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:165) at android.app.ActivityThread.main(ActivityThread.java:6375) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:802) Caused by: java.lang.ClassNotFoundException: Didn't find class "com.facebook.appevents.InternalAppEventsLogger" on path: DexPathList[[zip file "/data/app/com.scoutnex-1/base.apk"],nativeLibraryDirectories=[/data/app/com.scoutnex-1/lib/arm, /data/app/com.scoutnex-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:74) at java.lang.ClassLoader.loadClass(ClassLoader.java:380) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) ... 16 more

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

1reaction
ronastlelobocommented, Apr 9, 2019

Even I am facing the same issue. The same bug comes up. App doesn’t load.

0reactions
stale[bot]commented, Oct 3, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Crashes - Android Developers
An app that is written using machine code or C++ crashes if there's an unhandled signal, such as SIGSEGV , during its execution....
Read more >
How to Fix Crashing Apps on an iPhone or Android?
10 Solutions to fix App Crashes and Keep Apps Running: For Apple iPhone, Samsung Galaxy, LG, Lenovo and Sony Xperia smartphones · Why...
Read more >
App Crash: Build failed because a … | Apple Developer Forums
No crash, the pre-built app within Swift Playgrounds won't build. When running the default code, that error is received. However, I have solved...
Read more >
11 common reasons for mobile app crashing | DECODE
Sometimes, they are the result of inadequate app testing, poor memory management, or even device incompatibility. Irrespective of the error ...
Read more >
Flutter app crashes for iOS build on startup - Stack Overflow
The crash may be caused by multiple reasons from any one of your packages not supporting the latest version or mismatch in flutter...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found