<HTML>
<style> BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }</style>Hi,<br>

<br>

Please find attached the patch file that fixes the two errors described below in this email.<br>

<br>

Procedure:<br>

1. Copy the path file to: QT-Creator-Testing/src/plugins/qt4projectmanager<br>

2. cd QT-Creator-Testing/src/plugins/qt4projectmanager<br>

3. cp -r qt-android qt-android_new<br>

4. cd qt-android_new<br>

5. patch -p1 -i ../bundled_libs.path<br>

6. cd ..<br>

7. mv qt-android qt-android_old<br>

8. mv qt-android_new qt-android<br>

9 cd QT-Creator-Testing<br>

10. make and install :-)<br>

<br>

Niko, please get the testing version of creator and apply the patch. I
checked it with your example and some of mine. It seems to work fine. Your example works.<br>

<br>

BodDan, if you think is correct, please commit these two fixes... I am still a baby with git stuff.<br>

<br>

Cheers,<br>

Carlos Quiros.<br>

<br>

On 06/13/2011 02:18 PM, Niko Sams wrote:
<blockquote cite="mid:BANLkTikpp3Ssx+-sHEh3hGLjCgLTD_fJkQ@mail.gmail.com" type="cite">
  <pre wrap="">On Mon, Jun 13, 2011 at 13:12, Frameworks &lt;frameworks@qlands.com&gt; wrote:<br>
</pre>
  <blockquote type="cite"><pre wrap="">Hi,<br>
<br>
Seem like there is a bug in QT Creator (stable and testing) where the<br>
bundled library that is included in the file libs.xml and copied to the<br>
libs directory is then removed from libs.xml just before the APK is<br>
created when you run the application. At least this happens with your test.<br>
<br>
I have also seen that the bundled library that is included in libs.xml<br>
has the format libMyTestLib.so when it should be MyTestLib because the<br>
java code that load the library (system.LoadLibrary()) uses<br>
"undecorated" library name, e.g. to load "libfubar.so" you would pass in<br>
"fubar". This is also a bug in creator.<br>
<br>
Let me fix such bugs and send a patch to BodDan to include it in testing.<br>
<br>
</pre></blockquote>
  <pre wrap="">ah, great - thanks.<br>
<br>
Niko<br>
<br>
</pre>
</blockquote>
<br>

 <BR></HTML>