<activity android:name=".ui.home.HomeActivity"
android:configChanges="mcc|mnc"
android:screenOrientation="portrait"
android:theme="@style/Theme.Preference.DayNight"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
</intent-filter>
</activity>
The reason for this is that the < category > line was commented out in the entry activity. The default activity is not found,
Remove the comment and the problem is gone!
Read More:
- [Solved] Could not identify launch activity: Default Activity not found Error while Launching activity
- Could not identify launch activity: Default Activity not foundError while Launching activity
- Remember an android app startup error Error running: Default Activity not found
- Error while Launching activity [How to Solve]
- [Solved] Fragment not attached to an activity
- [Solved] Android Studio Error: error while launching activity
- How to Solve Error: Android java.lang.IllegalStateException: Could not execute method of the activity
- [Solved] Manifest merger failed: android:exported needs to be explicitly specified for element <activity#com
- How to Solve Error: You need to use a Theme.AppCompat theme (or descendant) with this activity.
- JZVideo Error: Attempt to invoke virtual method ‘android.view.Window android.app.Activity.getWindow()’ on a null object reference
- [Solved] Vscode Error: “export ‘default‘ (imported as ‘VueRouter‘) was not found in ‘vue-router‘
- [Solved] Android12 Download Error: The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
- k8s kubernetes ingress error: endpoints “default-http-backend“ not found
- The imported project “c:\Microsoft.Cpp.Default.props” was not found
- [Solved] Mac M1 Debug Error: could not launch process: can not run under Rosetta
- Echars 5.0 Import Error: “export ‘default’ (imported as ‘echarts’) was not found in ‘echarts’
- [Solved] Vscode debug error launch: Program “path” does not exist
- [Solved] Error: Main class not found or could not be loaded com.jawasoft.
- [Solved] Android Error: E/EGL_adreno: tid 3927: eglSurfaceAttrib(1334): error 0x3009 (EGL_BAD_MATCH)