Ошибка при тестировании приложения - Firebase Test Lab
Я просто не могу понять, что это за ошибка. Я получил его, когда попытался протестировать свое приложение на устройстве из Firebase Test Lab. Когда я тестирую приложение на своем телефоне и на эмуляторе Android в Android Studio, все работает нормально, но здесь, при первом созданном действии, я получаю эту ошибку, которую я не знаю, что означает. Если вы знаете проблему или как ее решить, пожалуйста, помогите мне. Спасибо
Вот мой 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'
1 ответ
Не могли бы вы присоединиться к каналу #test-lab по адресу https://firebase-community.slack.com/ и затем опубликовать образец матрицы-ID теста с таким сбоем? Пару дней назад была подана новая ошибка Firebase Test Lab, которая может быть такой же, как эта, но мы не можем сказать, не проверив вашу тестовую матрицу.