Failed to run dexer
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Hi! I just added this module to my app, but I receive this error when launching:
```
[ERROR] Failed to run dexer:
[ERROR]
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/BarcodeFormat;
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/Binarizer;
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/BinaryBitmap;
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/ChecksumException;
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/DecodeHintType;
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/Dimension;
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/EncodeHintType;
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/FormatException;
[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/InvertedLuminanceSource;
[ERROR]
[ERROR] UNEXPECTED TOP-LEVEL EXCEPTION:
[ERROR] java.lang.RuntimeException: Translation has been interrupted
[ERROR] at com.android.dx.command.dexer.Main.processAllFiles(Main.java:613)
[ERROR] at com.android.dx.command.dexer.Main.runMultiDex(Main.java:366)
[ERROR] at com.android.dx.command.dexer.Main.run(Main.java:275)
[ERROR] at com.android.dx.command.dexer.Main.main(Main.java:245)
[ERROR] at com.android.dx.command.Main.main(Main.java:106)
[ERROR] Caused by: java.lang.InterruptedException: Too many errors
[ERROR] at com.android.dx.command.dexer.Main.processAllFiles(Main.java:605)
[ERROR] ... 4 more
```
Do you have any hints about it?
Titanium SDK 7.5.0.GA
Appc CLI 7.0.7
Node 10.13.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Android launch with Titanium SDK 7.5.0.GA, Appc CLI 7.0.7, and Node 10.13.0, then investigate why the dexer reports duplicate com/google/zxing classes. Done means identifying the dependency conflict and documenting a confirmed resolution for this environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, javascript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100