React Native Ошибка типа 3: класс активности {...} не существуетAndroid

Форум для тех, кто программирует под Android
Anonymous
React Native Ошибка типа 3: класс активности {...} не существует

Сообщение Anonymous »


I took over a project written in React Native, but this project is a bit strange, I can generate apk to install, but using npx react-native run-android will get Error: Activity class {com.xxx.xxx/com.xxx.xxx.MainActivity} does not exist.

In fact this file does not exist, I also checked some information, but it didn't help me, then I use npx react-native run-android --appId com.ooo.ooo , the result will appear Error: Activity class {com.ooo.ooo/com.xxx.xxx.MainActivity} does not exist.

Even if the previous id is correct, it still results in a MainActivity that doesn't exist.


Источник: https://stackoverflow.com/questions/724 ... -not-exist

Вернуться в «Android»