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?
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.
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.