Appsee 找不到 Android 清单文件

Appsee couldn't locate an Android Manifest file

尝试使用 Appsee SDK 构建我的项目时,出现错误:

Appsee couldn't locate an Android Manifest file.

奇怪,用了一段时间好好的,突然出现这个问题。我试过在 macOS Finder 中修复文件权限,我试过清除缓存和重建。

dependencies {
    //implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.appsee:appsee-android:+'
    implementation('io.fabric.sdk.android:fabric:1.3.10@aar') {
        transitive = true;
    }
}

apply plugin: 'com.appsee.appsee-plugin'

在我的清单中:

    <meta-data android:name="com.appsee.ApiKey" android:value="my-key" />
</application>

您应该通过 support@appsee.com 联系 Appsee 的支持。

与此同时,您可能希望将 apply plugin: 'com.appsee.appsee-plugin' 行放在评论中。 Appsee SDK 仍然有效。