<div dir="ltr"><div>I am not sure if I had absolutely the same issue, but something that looked similar.<br></div><div><br></div><div>I also had a subdirs project and after SDK upgrade only one of the subprojects is runnable if you select RPM deployment even for i486 target and for the not-runnable one you cannot select the alternative executable nor you can create a custom configuration (well, you can, but it will try to run it on the build machine).</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Workaround that I found:</div><div class="gmail_extra"><br></div><div class="gmail_extra">1. Run the subproject that is fine with RPM deployment (one of my subproject was fine, maybe it's always the last one that is fine?). That will install the dependencies to emulator</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">2. Switch to deployment by copying binaries. Then you will be able to specify the alternative executable and custom command line arguments. Sure then your code will be run from /opt , not from /usr , but for my project it was good enough, I just have to remember which command line arguments to supply to the test suite (my second project was a test suite).</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Same thing is summarized in the demo project at <a href="https://github.com/amarchen/sailfish-app-with-qml-test">https://github.com/amarchen/sailfish-app-with-qml-test</a> , but of course something might be a little wrong. E.g. I think it mentions custom executable to be used at /usr, while deploying by binary copy deploys to /opt... a fix in docs is needed, pull requests are welcome :)</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra">Artem.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 28, 2013 at 4:04 PM, Juha Kallioinen <span dir="ltr"><<a href="mailto:juha.kallioinen@jolla.com" target="_blank">juha.kallioinen@jolla.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On 28.10.2013 11:21, Luciano Montanaro wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi everybody,<br>
<br>
since I upgraded to the latest SDK release, I can no longer deploy my<br>
application.<br>
<br>
The RPM is built correctly, after the emulator update, but the "run"<br>
icon is grayed out, and in the "project" page, the "run" configuration<br>
warns that the application path is missing. The text edits to set<br>
custom executable/path are disabled, so I cannot fix this manually...<br>
<br>
Maybe this is due to how my project is structured?<br>
I have a main project of type subdirs, with the code/resources in the<br>
"application" folder. Also, there are conditionals to select<br>
maemo5/harmattan/sailfish specific options; maybe these are preventing<br>
the automatic detection of the executable.<br>
However the TARGET" is not under any condition at all...<br>
<br>
Any suggestion?<br>
</blockquote>
<br></div>
The updated SDK release installs two targets; one ARM target and one i486 target. The ARM target has no official device support yet, so the Run method is not available. Please double check that you are using the i486 target if you want to deploy your project to the emulator.<br>


<br>
The target names are SailfishOS-armv7hl (for ARM) and SailfishOS-i486-x86 (for i486).<br>
<br>
If you are sure that you indeed have the i486 selected then let's explore this problem further.<br>
<br>
Best regards,<br>
 Juha<div class=""><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
SailfishOS.org Devel mailing list<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Artem Marchenko<br><a href="http://agilesoftwaredevelopment.com" target="_blank">http://agilesoftwaredevelopment.com</a><br><a href="http://twitter.com/AgileArtem" target="_blank">http://twitter.com/AgileArtem</a>
</div></div>