<p><br>
Am 12.12.2011 21:21 schrieb "Jonas Maebe" <<a href="mailto:jonas.maebe@elis.ugent.be">jonas.maebe@elis.ugent.be</a>>:<br>
><br>
><br>
> On 12 Dec 2011, at 21:15, Sven Barth wrote:<br>
><br>
> > I have continued to work on this as well three or four weeks ago, but I got<br>
> > stuck with a ClassDefNotFoundException when implementing a test application<br>
> > and tried to find out were the error was.<br>
><br>
> Most FPC code will depend on the RTL, so make sure that you create a .jar file containing all FPC RTL class files (both those in rtl/units/jvm-android and in rtl/units/jvm-android/org/freepascal/rtl) and add it to your Android project in Eclipse (or pass it to dx if you are manually creating the .apk file).<br>
></p>
<p>It wasn't the RTL. It complained about a class I had just added in the same unit for which the corresponding class file was generated as well. As said I'll retest and report back.</p>
<p>Regards,<br>
Sven</p>