【问题标题】:Appsee couldn't locate an Android Manifest fileAppsee 找不到 Android Manifest 文件
【发布时间】:2018-06-08 17:37:46
【问题描述】:

在尝试使用 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>

【问题讨论】:

    标签: android google-fabric appsee


    【解决方案1】:

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

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

    【讨论】:

    • 几天前联系了 Appsee 支持,正在等待回复。暂时注释掉插件,它正在构建良好:D。谢谢先生。
    • @Frogger 对此有何更新?您收到 AppSee 的回复了吗?
    • @Dawit 可以从 support@appsee 获得一个修补程序。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-09-24
    • 2014-05-31
    • 2019-06-08
    • 1970-01-01
    • 2022-07-24
    • 1970-01-01
    相关资源
    最近更新 更多