Exodus-Privacy / exodus-standalone

εxodus CLI client for local analysis
GNU Affero General Public License v3.0
77 stars 13 forks source link

Errors in terminal with latest version #50

Closed Jean-BaptisteC closed 9 months ago

Jean-BaptisteC commented 10 months ago

1.4.0 version generates errors in terminal (detected in exodus android app Github actions) :

dexdump W 12-26 08:30:24     7     7 dex_file_verifier.cc:3172] This dex file is invalid and will be rejected in the future. Error is: Interface field is not public final static, Lcom/android/tools/r8/androidapi/h;.$desugar$clinit: 1008(static )
dexdump W 12-26 08:30:26    13    13 dex_file_verifier.cc:3172] This dex file is invalid and will be rejected in the future. Error is: Interface field is not public final static, Lcom/android/tools/r8/utils/structural/k;.$desugar$clinit: 1008(static )
dexdump W 12-26 08:30:26    13    13 dex_file_verifier.cc:3172] This dex file is invalid and will be rejected in the future. Error is: Interface field is not public final static, Lcom/android/tools/r8/utils/structural/s;.$desugar$clinit: 1008(static )
dexdump W 12-26 08:30:26    13    13 dex_file_verifier.cc:3172] This dex file is invalid and will be rejected in the future. Error is: Interface field is not public final static, Lcom/android/tools/r8/internal/oo;.$desugar$clinit: 1008(static )
U039b commented 10 months ago

Hi! Can you please share the APK causing this issue?

Jean-BaptisteC commented 10 months ago

https://github.com/Exodus-Privacy/exodus-android-app/actions/runs/7328716784

U039b commented 10 months ago

Thank you. It's just 4 warnings, we can use the option -j to disable dex file verification.

U039b commented 10 months ago

So, what do you expect from this issue?

Jean-BaptisteC commented 9 months ago

Thank you I close the issue