- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    5.2.1
- 
    any
- 
        
- 
        a03dc073c155b9ac82e17a49e68ada61a4d4605b
Look in androiddeployqt source code, main.cpp
if (!options.keyStorePassword.isEmpty())
	jarSignerTool += QString::fromLatin1(" -storepass %1").arg(options.keyStorePassword);
%1 must be escaped if there are special characters in it. 
The same bug exists for ALL others options too.