Skip to content

Common Errors and Fixes

Muhsin.K edited this page May 5, 2020 · 1 revision

This page lists all of the most common errors and warnings related to installing and running the application. For each, we provide advice on what might be going wrong and how to fix the problem you're experiencing.

Android

Failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade

Open Android Studio, File > Invalidate Caches/Restart and run again


Didn't find class "com.chatwoot.app.MainApplication" on path: DexPathList

Clean all application cache.

rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force


iOS

No bundle URL present

Delete ios/build folder and run again


Clone this wiki locally