<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ups!, I did not copy the list!<br>
<br>
Carlos.<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Subject: </th>
      <td>Re: Extra libs in APK</td>
    </tr>
    <tr>
      <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Date: </th>
      <td>Fri, 10 Jun 2011 13:03:57 +0300</td>
    </tr>
    <tr>
      <th nowrap="nowrap" valign="BASELINE" align="RIGHT">From: </th>
      <td>Frameworks <a class="moz-txt-link-rfc2396E" href="mailto:frameworks@qlands.com">&lt;frameworks@qlands.com&gt;</a></td>
    </tr>
    <tr>
      <th nowrap="nowrap" valign="BASELINE" align="RIGHT">To: </th>
      <td>BogDan <a class="moz-txt-link-rfc2396E" href="mailto:bog_dan_ro@yahoo.com">&lt;bog_dan_ro@yahoo.com&gt;</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
ok.<br>
<br>
And if yes, does the java code system.load() them before the
application run?<br>
<br>
The case is that our application need two libraries that my colleages
are working on. So we have separate QT projects. But we need to
distribute the libraries in the APK.<br>
<br>
For now we are making modifications in the Necessitas Experimental
Creator&nbsp; to accommodate these changes. For example. We have an "Extra
libs to deploy" tab in the PackageCreatonWidget to indicate the local
directory where those deploy-able libs are. Then we modified the code
to add more functions that adds those extra libs to
/res/values/libs.xml
in a new array name called "extra_libs" for example:<br>
<br>
bool Qt4AndroidTarget::setExtraLibs(const QStringList &amp; libs)<br>
{<br>
<br>
&nbsp;&nbsp;&nbsp; return setLibsXml(libs, "extra_libs");<br>
}<br>
<br>
We also modified the code that creates the manifest + QTActivity.class
+&nbsp; QTApplication.class&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; so the extra libs are loaded before the
main lib.<br>
<br>
I try to be as much as possible (daily) in sync with experimental for
this changes.<br>
<br>
If you reckon this is useful for mainstream necessitas, I can send you
the diffs once is ready and fully tested.<br>
<br>
Regards,<br>
Carlos.<br>
<br>
<br>
On 06/09/2011 05:18 PM, BogDan wrote:
<blockquote cite="mid:532490.85025.qm@web121415.mail.ne1.yahoo.com"
 type="cite">
  <div
 style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div><span>If the library is build by your project, then yes, if not,
no.</span></div>
  <div><br>
  <span></span></div>
  <div><span>BogDan.<br>
  </span></div>
  <div><br>
  <blockquote
 style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">
    <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
    <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font
 face="Arial" size="2">
    <hr size="1"><b><span style="font-weight: bold;">From:</span></b>
Frameworks <a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="mailto:frameworks@qlands.com">&lt;frameworks@qlands.com&gt;</a><br>
    <b><span style="font-weight: bold;">To:</span></b>
    <a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="mailto:necessitas-devel@kde.org">"necessitas-devel@kde.org"</a> <a
 moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="mailto:necessitas-devel@kde.org">&lt;necessitas-devel@kde.org&gt;</a><br>
    <b><span style="font-weight: bold;">Sent:</span></b> Thursday, June
9, 2011 5:11 PM<br>
    <b><span style="font-weight: bold;">Subject:</span></b> Extra libs
in APK<br>
    </font><br>
Hi,<br>
    <br>
Is it possible at the moment to include more than one library in the <br>
APK? Currently creator removes /libs/armeabi before copying the <br>
application .so file.<br>
    <br>
Thanks,<br>
Carlos.<br>
_______________________________________________<br>
Necessitas-devel mailing list<br>
    <a moz-do-not-send="true" ymailto="mailto:Necessitas-devel@kde.org"
 href="mailto:Necessitas-devel@kde.org">Necessitas-devel@kde.org</a><br>
    <a moz-do-not-send="true"
 href="https://mail.kde.org/mailman/listinfo/necessitas-devel"
 target="_blank">https://mail.kde.org/mailman/listinfo/necessitas-devel</a><br>
    <br>
    <br>
    </div>
    </div>
  </blockquote>
  </div>
  </div>
</blockquote>
<br>
<br>
</body>
</html>