Error building android to run tests #150
Closed
thanksyouall
started this conversation in
General
Replies: 1 comment 8 replies
-
@kirillzyusko or would it be better to create an issue? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating an android build to run detox tests. The command is
./gradlew assembleDebug assembleAndroidTest
or/gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug
.And I get an error:
This error didn't happen until I installed the
react-native-keyboard-controller
library. What could be the problem?android/build.gradle:
android/app/build.gradle:
Beta Was this translation helpful? Give feedback.
All reactions