http://bugs.winehq.org/show_bug.cgi?id=24300
Summary: Android SDK Setup fails Product: Wine Version: 1.3.2 Platform: x86-64 URL: http://developer.android.com/sdk/index.html OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: nerv@dawncrow.de CC: dank@kegel.com
I installed JRE 1.6 because it is needed, but still Android SDK Setup does not run because of some missing features in cmd. The output is: wine: cannot find L"C:\windows\system32\'java.exe" wine: cannot find L"C:\windows\system32\do.exe"
The Installer runs some batchfiles which are not interpreted correctly by Wine's cmd. The output comes from something like: for /f %%a in ('java.exe foo bar') do set foobar=%%a