【发布时间】: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