When I try to run a react native project with the command react-native run-android
the following exception is a displayed:
"Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard location (e.g. not inside 'android' folder), consider setting
project.android.sourceDir
option to point to a new location."
The first two projects I created ran correctly, but since then every new project created displays the above exception when I try to run them in the emulator. Can someone help clarify why I am encountering this exception?