Failed to run dexer

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
android, javascript
Domain
mobile

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.

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

Dominant language
JavaScript
Stars
5
Forks
5
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from m1ga/hyperloop.barcode

All issues in m1ga/hyperloop.barcode

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.