java - 测试应用程序时出错 - Firebase 测试实验室

标签 java android firebase firebase-test-lab gson

我只是不明白这是什么错误。当我尝试在 Firebase 测试实验室的设备上测试我的应用程序时,我得到了它。当我在手机上和 Android Studio 中的 Android 模拟器上测试该应用程序时,一切正常,但在这里,在创建的第一个 Activity 中,我收到此错误,我不知道是什么意思。如果您知道问题所在,或者如何解决,请帮助我。谢谢

Error from Firebase Test Lab phone

这是我的 build.gradle:

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'

最佳答案

您可以加入#test-lab channel 吗https://firebase-community.slack.com然后发布一个失败的测试的样本矩阵ID?几天前提交了一个新的 Firebase 测试实验室错误,该错误可能与此相同,但如果不检查您的测试矩阵,我们无法判断。

关于java - 测试应用程序时出错 - Firebase 测试实验室,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51508708/

相关文章:

java - 教程第 6 部分中出现错误 : JSON Parsing and Android ListView Design

android - Grails模板

java - linphone android 代理配置错误

java - 为什么 Html.fromHtml 不适用于 Android 中的 String?

java - 弦对称程序

android - Firebase Android : Multidex error after updating dependencies

android - firebase 在 datasnapshot.haschild() 背后使用了哪种算法?

flutter - 对空值 FirebaseFirestore 使用空检查运算符

java - tomcat 服务器 : Is Tomcat server must be restarted everyday?

java - Android 以编程方式添加的按钮具有匹配父级宽度和高度