LibiZiser

Results 6 comments of LibiZiser

@d4vidi Detox logs: ``` detox test --configuration android.emu.debug --loglevel trace 21:01:05.949 detox[1618] B lifecycle node_modules/.bin/detox test --configuration android.emu.debug --loglevel trace data: { "id": "e3d66c47-15f3-9e9b-c20a-51ebdfb84d4b", "detoxConfig": { "configurationName": "android.emu.debug", "apps": {...

@d4vidi [device_logs.txt.zip](https://github.com/user-attachments/files/15875818/device_logs.txt.zip)

@d4vidi this is my build.gradle: buildscript { ext { buildToolsVersion = "33.0.0" minSdkVersion = 26 compileSdkVersion = 34 targetSdkVersion = 33 // We use NDK 23 which has both M1...

@d4vidi _Are you absolutely sure the app .apk file in android/app/build/outputs/apk/debug/app-debug.apk (path copied from your config) is valid? Does it run on the emulator regardless of Detox?_Yes

@d4vidi ```groovy buildscript { repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:8.0.0' } } apply plugin: "com.android.application" apply plugin: "com.facebook.react" apply from: project(":react-native-config").projectDir.getPath() + "/dotenv.gradle" /** * This is...