[fpc-devel] FPC-JVM: Status report on Android

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Aug 30 22:11:07 CEST 2011


On 30 Aug 2011, at 21:59, Sven Barth wrote:

> I/ActivityManager(   62): Start proc com.example.helloandroid for activity com.example.helloandroid/.HelloAndroid: pid=375 uid=10034 gids={1015}
> W/dalvikvm(  375): VFY: new-instance on interface or abstract class Lorg/freepascal/android/TTestActivity;

It says that the VM is instantiating an abstract class. Does the TTestActivity.j file contain "abstract" in the ".class" line near the top? The compiler will automatically add this keyword if a class contains one or more (possibly inherited) abstract methods (it's required by the JVM).


Jonas


More information about the fpc-devel mailing list