rozdoum / social-app-android

Build your social app for Android with the code template that includes the following key features for social networks as likes, comments, posts, image uploads, etc.
Apache License 2.0
450 stars 266 forks source link

Error while Launching activity #71

Closed seecheeyang closed 5 years ago

seecheeyang commented 5 years ago

Error while executing: am start -n "com.rozdoum.socialcomponents/com.rozdoum.socialcomponents.main.main.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.rozdoum.socialcomponents/.main.main.MainActivity } Error type 3 Error: Activity class {com.rozdoum.socialcomponents/com.rozdoum.socialcomponents.main.main.MainActivity} does not exist. How to solve this