gaelmarhic / Quadrant

A Gradle plugin for Android that makes navigation easy in multi-module projects.
Apache License 2.0
216 stars 13 forks source link

android.content.ActivityNotFoundException: Unable to find explicit activity class {com.vikash.mycomposelearningapp/com.viksa.weatherapp.HomeActivity}; have you declared this activity in your AndroidManifest.xml? #18

Closed VIkash2601 closed 6 months ago

VIkash2601 commented 7 months ago
public object QuadrantConstants {
  public const val KOTLIN_D_S_L_ACTIVITY: String =
      "com.vikash.mycomposelearningapp.kotlindsl.KotlinDSLActivity"

  public const val NAVIGATION_ACTIVITY: String =
      "com.vikash.mycomposelearningapp.navexample.NavigationActivity"

  public const val LOGIN_ACTIVITY: String = "com.vikash.mycomposelearningapp.LoginActivity"

  public const val MAIN_ACTIVITY: String = "com.vikash.mycomposelearningapp.MainActivity"

  public const val HOME_ACTIVITY: String = "com.viksa.weatherapp.HomeActivity"
}

But I am getting android.content.ActivityNotFoundException: Unable to find explicit activity class {com.vikash.mycomposelearningapp/com.viksa.weatherapp.HomeActivity}; have you declared this activity in your AndroidManifest.xml?

gaelmarhic commented 7 months ago

Hi @VIkash2601, Thanks for reaching out. Could you, please, provide me with a sample project with the issue, so that I can reproduce it and try to understand what the problem is? Thanks!

VIkash2601 commented 6 months ago

Hey @gaelmarhic Sorry for the late reply, I just resolved the issue. Closing it as no further assistance is required. Thanks for your time.

gaelmarhic commented 6 months ago

Hey @VIkash2601. Glad you could solve it! Kind regards.