You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
HERMES_EXECUTOR_LIB
linked by target "reanimated" in directory /myapp/src/node_modules/react-native-reanimated/android
I run into build errors with above, but when run separately, it works fine:
This happens on build itself, I get a reanimated error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
HERMES_EXECUTOR_LIB
linked by target "reanimated" in directory /myapp/src/node_modules/react-native-reanimated/android
and also:
In what environment did this happen?
Detox version: [email protected]
React Native version: RN 70
Has Fabric (React Native's new rendering system) enabled: (yes/no) no
Node version: 18.x
Device model: x
Android version: x
Test-runner (select one): jest
jayshah123
changed the title
Android release build issue when apk and test apk build together in a single command
Android release build issue when apk and test apk built together in a single command
Sep 23, 2024
What happened?
I am running a android release build as mentioned in the docs & it erros out (error mentioned below):
Where I get this error:
I run into build errors with above, but when run separately, it works fine:
It seems like in the first case, it picks up debug type
What was the expected behaviour?
No build error should happen
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
This happens on build itself, I get a reanimated error:
and also:
In what environment did this happen?
Detox version: [email protected]
React Native version: RN 70
Has Fabric (React Native's new rendering system) enabled: (yes/no) no
Node version: 18.x
Device model: x
Android version: x
Test-runner (select one): jest
Detox logs
Detox logs
Device logs
Device logs
More data, please!
I see following logs for
./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release
The text was updated successfully, but these errors were encountered: