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_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to