-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activity class {com.myapp/com.myapp.MainActivity} does not exist. #12857
Comments
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! |
I got the same problem when I try to run my projects again. Environment: Packages: (wanted => installed)
|
I got the same error Error type 3 "react-native": "^0.48.4", |
@AdamRobertHall package (usually line 2) in /android/app/src/main/AndroidManifest.xml applicationId (usually line 90) in defaultConfig section of /android/app/build.gradle Line 1 of /android/app/src/main/java/com/paysack/MainApplication.java Line 1 of /android/app/src/main/java/com/paysack/MainActivity.java |
I have created react native app with command: "react-native init myapp --version [email protected]", then I run command "cd myapp && react-native run-android", app was BUILD SUCCESSFUL, but cannot start:
Starting: Intent { cmp=com.myapp/.MainActivity }
Error type 3
Error: Activity class {com.myapp/com.myapp.MainActivity} does not exist.
The text was updated successfully, but these errors were encountered: