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
Hi, when using the default ProGuard rules file (proguard-android-optimize.txt), I receive the following error
Failed to run application on the device
HINT: Most likely, your tests have timed out and called detox.cleanup() while it was waiting for "ready" message (over WebSocket) from the instrumentation process.
> 21 | await device.launchApp(launchArgs);
Here's my build.gradle release config. It works with proguard-android.txt, but not with proguard-android-optimize.txt
bryansoftdev
changed the title
Default ProGuard rules file breaks Detox
App can't launch with proguard-android-optimize.txt, but works with proguard-android.txt
Sep 20, 2024
What happened?
Hi, when using the default ProGuard rules file (proguard-android-optimize.txt), I receive the following error
Here's my build.gradle release config. It works with
proguard-android.txt
, but not withproguard-android-optimize.txt
I'm wondering if this problem is specific to my environment. Is anyone able to get it working with the optimize version?
Perhaps a warning could be added to the Android guide so people know to use
proguard-android.txt
.Was it tested on latest Detox?
In what environment did this happen?
Detox version: ^20.25.5
React Native version: 0.75.2
Node version: v20.17.0
Android version: 34
Test-runner (select one): jest
The text was updated successfully, but these errors were encountered: