the .bat file for windows installation is wrong.
the link in
"if not exist "detoxdroid-latest.apk" (
echo Downloading latest DetoxDroid APK...
powershell.exe -nologo -noprofile -command "(New-Object Net.WebClient).DownloadFile("
does not exist.
I solved it by replacing the link that is currently there by "https://github.com//flxapps/DetoxDroid/releases/download/v2.3.0/app-2.3.0.apk"
PS: sorry, this is my first time ever writing an Issue on github
the .bat file for windows installation is wrong.
the link in
"if not exist "detoxdroid-latest.apk" (
echo Downloading latest DetoxDroid APK...
powershell.exe -nologo -noprofile -command "(New-Object Net.WebClient).DownloadFile("
does not exist.
I solved it by replacing the link that is currently there by "https://github.com//flxapps/DetoxDroid/releases/download/v2.3.0/app-2.3.0.apk"
PS: sorry, this is my first time ever writing an Issue on github