Do I have to reinstall with the installer, which contains QtCreator, SDK, etc. or is a update with the SDK maintanane toll enough?<br><br>Am Mittwoch, 19. September 2012 23:16:30 UTC+2 schrieb BogDan:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hello folks,
<br>
<br>Today I have the pleasure the announce the first update for alpha4 release.
<br>This release fixes the following problems:
<br>
<br>Qt Framework:
<br> - fix crash if DISABLE_KEYGUARD permission is not set
<br>(<a href="https://bugs.kde.org/show_bug.cgi?id=306088" target="_blank">https://bugs.kde.org/show_<wbr>bug.cgi?id=306088</a>).
<br> - fix atomics for armv5 thumb architecture
<br>(<a href="https://bugs.kde.org/show_bug.cgi?id=306210" target="_blank">https://bugs.kde.org/show_<wbr>bug.cgi?id=306210</a>). This is consider a
<br>(big) regression, so, alpha4 release must stay at least two weeks in
<br>testing repository before it will land on stable repository [1].
<br> - various qmake fixes for windows
<br>(<a href="https://bugs.kde.org/show_bug.cgi?id=306747" target="_blank">https://bugs.kde.org/show_<wbr>bug.cgi?id=306747</a> ,
<br><a href="https://bugs.kde.org/show_bug.cgi?id=306778" target="_blank">https://bugs.kde.org/show_bug.<wbr>cgi?id=306778</a>)
<br> - make logging safer (<a href="https://bugs.kde.org/show_bug.cgi?id=306483" target="_blank">https://bugs.kde.org/show_<wbr>bug.cgi?id=306483</a>).
<br> - on Android request software input panel on mouse click
<br>(<a href="https://bugs.kde.org/show_bug.cgi?id=305881" target="_blank">https://bugs.kde.org/show_<wbr>bug.cgi?id=305881</a>)
<br> - Some ma-make.exe fixes for Windows (8192 character limitation fix -
<br>less use of batch files, subdirs fix)
<br>
<br>QtCreator:
<br> - sync with upstream (2.6 beta).
<br> - fix a crash when you stop the debugging, thanks goes to
<br><a href="javascript:" target="_blank" gdf-obfuscated-mailto="tV0Acn0poxwJ">gian...@gmail.com</a> for helping out.
<br> - add QMAKE_INCDIR_xxxxx to headers search paths
<br>(<a href="https://bugs.kde.org/show_bug.cgi?id=306699" target="_blank">https://bugs.kde.org/show_<wbr>bug.cgi?id=306699</a>)
<br> - fix qrc resource editor crash on Windows.
<br>
<br>QtMobility:
<br> - fix sensors crash on Android 4.x
<br>(<a href="https://bugs.kde.org/show_bug.cgi?id=306214" target="_blank">https://bugs.kde.org/show_<wbr>bug.cgi?id=306214</a>).
<br>
<br>SDK Installer:
<br> - we to switched back to gcc 4.4.3 due to some bugs discovered in
<br>4.6. Please make sure you exit QtCreator when updating the SDK.
<br>
<br>NDK:
<br> - we to switched back to gcc 4.4.3 due to some bugs discovered in 4.6.
<br> - fixes for make-standalone-toolchain.sh
<br>(<a href="http://code.google.com/p/android/issues/detail?id=35279" target="_blank">http://code.google.com/p/<wbr>android/issues/detail?id=35279</a><wbr>) with updated
<br>build/tools scripts
<br>
<br>  After the SDK update is complete please check to make sure that the
<br>installer switched back to 4.4.3 toolchain version
<br>(Tools->Options->Android-><wbr>Android NDK toolchain version); if not
<br>please do this manually. Also, make sure you clean the old build
<br>folder and run qmake again !
<br>Ministro checks for new libraries every 1, 7 or 30 days, if you want
<br>to force it to upgrade the libs then you need to run Ministro
<br>Configuration Tool and choose the testing repository again then tap on
<br>the notification to upgrade the libs.
<br>
<br>
<br>
<br>For adb.exe problems on Windows, the following can be used to reduce
<br>adb related QtCreator hangs (credit to Michael Heiser and Peter Bočan
<br>for the idea):
<br>
<br>In QtCreator open Projects on left vertical pane.
<br>Choose <Run> at <Build/Run>.
<br>Select Add Deploy Step and then insert "taskkill.exe" as Command.
<br>Then insert "/F /IM adb.exe /T" as Arguments. Move this step on top so
<br>that this command is executed before all other deploy steps.
<br>QtCreator then kills all adb instances and restarts them. The IDE
<br>could perhaps freeze a few seconds but it continues itself by running
<br>the shell output of your app.
<br>Even with this in place, occasional hangs still happen. In this case,
<br>issuing "<INSTALLDIR>/android-sdk/<wbr>platform-tools/adb.exe kill-server"
<br>helps.
<br>
<br>As usual, special thanks goes to Ray Donnelly and to KDE.
<br>
<br>Yours sincerely,
<br>BogDan.
<br>
<br>[1] <a href="https://groups.google.com/group/android-qt/browse_thread/thread/f89bc5a49dbe27c1" target="_blank">https://groups.google.com/<wbr>group/android-qt/browse_<wbr>thread/thread/f89bc5a49dbe27c1</a>
<br></blockquote>