Appsee 找不到 Android 清单文件



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

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

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

相关内容

  • 没有找到相关文章

最新更新