I\'ve created the project using the following command.
react-native init Awesome_Project
I\'ve started the packager using the following com
I tried all the answers posted above, no any outcome for my use case.
It got resolved finally by executing like this:
react-native run-android --variant=alphaDebug
if there are multiple flavours in the app, then we must mention variant through command line