HarishJangra / react-native-easy-starter

A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more
MIT License
258 stars 92 forks source link

Error type 3 Error: Activity class {com.easy_boiler.debug/com.easy_boiler.MainActivity} does not exist. #20

Closed vonwao closed 4 years ago

vonwao commented 4 years ago

I followed instructions but I got this error. I wonder how can I solve it?

Using WIndows 10.

BUILD SUCCESSFUL in 4m 32s
154 actionable tasks: 154 executed
info Connecting to the development server...
info Starting the app on "emulator-5554"...
Starting: Intent { cmp=com.easy_boiler.debug/com.easy_boiler.MainActivity }
Error type 3
Error: Activity class {com.easy_boiler.debug/com.easy_boiler.MainActivity} does not exist.
HarishJangra commented 4 years ago

Please start app using yarn run android

cloudstr21 commented 4 years ago

Facing same issue here... but it's only happens when i debug with android phone device and it works when i use android emulator.

HarishJangra commented 4 years ago

please check the script in package.json. i have edited the correct script

Please start app using yarn run android