Edxposed: A problem occurred starting process 'command 'dx.bat''

Created on 2 Apr 2019  路  1Comment  路  Source: ElderDrivers/EdXposed

Caused by: java.io.IOException: Cannot run program "dx.bat" (in directory ".GitHubEdXposeddalvikdxbuildlibs"): CreateProcess error=2, The system cannot find the file specified

Is this file supposed to be in the repo?

Most helpful comment

Fixed by adding these 3 lines to your path for windows.
%LOCALAPPDATA%Androidsdkbuild-tools28.0.3
%PROGRAMFILES%Gitbin
%LOCALAPPDATA%Androidsdkndk-bundle
Also needed to add the 2 files below to %PROGRAMFILES%Gitmingw64bin
zip.exe
bzip2.dll
I can now build on windows with no issues.

>All comments

Fixed by adding these 3 lines to your path for windows.
%LOCALAPPDATA%Androidsdkbuild-tools28.0.3
%PROGRAMFILES%Gitbin
%LOCALAPPDATA%Androidsdkndk-bundle
Also needed to add the 2 files below to %PROGRAMFILES%Gitmingw64bin
zip.exe
bzip2.dll
I can now build on windows with no issues.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JReverse picture JReverse  路  5Comments

pgorod picture pgorod  路  5Comments

JReverse picture JReverse  路  5Comments

ishuya picture ishuya  路  9Comments

Exeedy picture Exeedy  路  7Comments