"Unfortunately, the application stopped" an error while creating a React Native project on Android

I try to start a project written in React Native, and the application crashes:

Error image

The solution indicated in this thread does not matter, since the variable enableProguardInReleaseBuilds is already false.

I also had problems with RCT Video resolved using this topic, so maybe this is due.

Thanks in advance.

+8
source share
2 answers

Solved after debugging in Android Studio.

(java.lang.ClassCastException: android.app.Application com.facebook.react.ReactApplication), greena13 .

+11

, , - AndroidManifest.xml. AndroidManifest.xml , .

0

Source: https://habr.com/ru/post/1650462/


All Articles