Thursday, May 19, 2011

Delphi For Android: Warning: You need to manually copy the Android framework library before compile.

After you run the Delphi for Android compiler you will get the following error on the command line:

Warning: You need to manually copy the Android framework library before compile.


The compiler integrate and call Java code, you need to copy Android.java (soon to be called DAndroid.jar) to the /libs folder of your Android generated project.

To give you an update:


Am working very hard on the new compiler, toolset, components etc... Hopefully will have something ready soon.
Unfortunately this is a part-time project so my time is limited.

Focus on:

- New compiler written in Delphi itself (not C#).
- Components/libraries support for the Android SDK.
- Documentation an samples.