尝试使用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>
答案 0 :(得分:2)
您应该通过support@appsee.com联系Appsee的支持。
与此同时,您可能希望将apply plugin: 'com.appsee.appsee-plugin'
行放在评论中。 Appsee SDK仍然有效。