运行'时出错;应用程序';:在android studio中运行cordova应用程序时未找到默认活动

运行'时出错;应用程序';:在android studio中运行cordova应用程序时未找到默认活动,android,android-studio,cordova,android-manifest,Android,Android Studio,Cordova,Android Manifest,在android studio中启动Cordova android应用程序时,我发现以下错误 运行“应用程序”时出错:未找到默认活动 但我在android清单文件中提到了我的默认活动,我提到了StackOverflow问题,但我运气不好,没有一个解决方案在工作,请不要忽略这一重复问题 <application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@stri

在android studio中启动Cordova android应用程序时,我发现以下错误

运行“应用程序”时出错:未找到默认活动

但我在android清单文件中提到了我的默认活动,我提到了StackOverflow问题,但我运气不好,没有一个解决方案在工作,请不要忽略这一重复问题

<application android:hardwareAccelerated="true"
    android:icon="@mipmap/icon"
    android:label="@string/app_name"
    android:supportsRtl="true"
    android:usesCleartextTraffic="true">
    <activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
        android:label="@string/activity_name"
        android:launchMode="singleTop"
        android:name="MainActivity"
        android:theme="@android:style/Theme.DeviceDefault.NoActionBar"
        android:windowSoftInputMode="adjustResize">

        <intent-filter android:label="@string/launcher_name">
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>

    </activity>


到目前为止,您是否找到了解决方案?我收到了同样的问题安装了android studio之后,它工作正常,我认为一个工作室被破坏了,我们的代码没有错