Featured post
- Get link
- X
- Other Apps
Error: Activity class {com.frontend/com.frontend.MainActivity} does not exist solved
Hi friends,
when i run my react native project in android studio i got the error Error: Activity class {com.frontend/com.frontend.MainActivity} does not exist.frontend is the folder name in which i created my react native project.I hope you may also faced same issue while you are working in react native project for android app
I will explain How do i fixed the error when i got the Error: Activity class {com.frontend/com.frontend.MainActivity} does not exist.I will explain step by step.Once i loaded my react native project android folder in android studio,i could build it successfully.But when i started to run the app on simulator on android studio,i got the above error
- Click Build Button
- Click Clean Project
- Click Rebuild Project
So after completing these steps we can easily run the app on simulator on android studio.If you face the same Error: Activity class {com.frontend/com.frontend.MainActivity} does not exist again,please try to restart android studio,do gradle sync and run app on simulator again
Thanks
Popular Posts
How to Check React Version Installed in Your System by Checking PACKAGE.JSON File and Executing Command from COMMAND PROMPT
- Get link
- X
- Other Apps
Execution failed for task ':react-native-reanimated:externalNativeBuildDebug' solved
- Get link
- X
- Other Apps
Error: Invalid `prisma.$executeRaw()` invocation: fixed using log: ["query"] option
- Get link
- X
- Other Apps
app keeps stopping error solved in android studio emulator using logcat in react native project
- Get link
- X
- Other Apps
ERROR Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined
- Get link
- X
- Other Apps