-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When I ran ./gradlew assembleAndroidTest I got the error:
> Task :app:compileDebugAndroidTestJavaWithJavac FAILED
/.../demo/android/app/src/androidTest/java/com/.../DetoxTest.java:3: error: cannot find symbol
import com.wix.detox.Detox;
^
symbol: class Detox
location: package com.wix.detox
I went through the original npm package provided by Detox and found the Detox-android folder which is generated using npm package:android. However, it's missing from @browserstack/detox, and I couldn't find a way to add it back.
This folder will be used by build.gradle, I think it's important and should not be missing:
allprojects {
repositories {
maven {
url("$rootDir/../node_modules/detox/Detox-android")
}
}
}Metadata
Metadata
Assignees
Labels
No labels