首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >测试App - Firebase测试实验室时出错

测试App - Firebase测试实验室时出错
EN

Stack Overflow用户
提问于 2018-07-25 07:03:16
回答 1查看 835关注 0票数 0

我就是不明白这是什么错误。当我试图在Firebase测试实验室的设备上测试我的应用程序时,我得到了它。当我在我的手机和android Studio的Android模拟器上测试这个应用程序时,一切都很好,但是在这里,在创建第一个活动时,我收到了这个错误,我不知道这是什么意思。如果你知道这个问题,或者如何解决它,请帮助我。谢谢

这是我的build.gradle:

代码语言:javascript
复制
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
defaultConfig {
    applicationId "edurbrito.SuperLigaUsers"
    minSdkVersion 21
    targetSdkVersion 26
    versionCode 1
    versionName "1.0"
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'org.apache.commons:commons-lang3:3.7'

testImplementation 'junit:junit:4.12'
implementation 'com.android.support:support-annotations:27.1.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

//noinspection GradleCompatible
implementation 'com.google.firebase:firebase-database:16.0.1'
implementation 'com.google.firebase:firebase-storage:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.android.support:design:26.1.0'
implementation 'com.shawnlin:number-picker:2.4.6'

implementation files('libs/activation.jar')
implementation files('libs/additionnal.jar')
implementation files('libs/mail.jar')}
apply plugin: 'com.google.gms.google-services'
EN

回答 1

Stack Overflow用户

发布于 2018-07-28 08:00:18

你能在https://firebase-community.slack.com上加入# test -lab频道,然后发布一个这个失败的测试的样本矩阵id吗?几天前,一个新的Firebase测试实验室漏洞被提交,可能与此相同,但如果不检查您的测试矩阵,我们无法判断。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51508708

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档