The app runs from Android studio without any issue, but using react-native run-android
I get this error message:
info JS server already running. info Installing the app... info Connecting to the development server... info Starting the app on "emulator-5554"... Starting: Intent { cmp=com.joinfilter.customer/.MainActivity } Error type 3 Error: Activity class {com.joinfilter.customer/com.joinfilter.customer.MainActivity} does not exist.
I checked the applicationId and its the same in all the places in the android project.
Another remarks/issues:
cd android && ./gradlew clean
has no effect.- and I don't see the build folder inside android: