We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e55a7 commit 50ae1a2Copy full SHA for 50ae1a2
app/src/main/java/org/duangsuse/dex/DxCall.java
@@ -27,7 +27,7 @@ class DxCall {
27
28
void init() {
29
//remove if DX is loaded from Dex
30
- Main.version();
+ com.android.dx.command.Main.main(new String[0]);
31
File dexFile = new File(mDexPath);
32
if (dexFile.isFile())
33
loadDex();
0 commit comments