Re: [fpc-pascal] Compiling android example

2011-04-08 Thread Felipe Monteiro de Carvalho
It might be useful to know that I rebased my trunk to a new project, systeminfo4android which is a simple program that I wrote to help me at work. It calculates the reported screen diameter in inches, as well as all data from DisplayMetrics. I documented this here: http://wiki.lazarus.freepascal.o

Re: [fpc-pascal] Compiling android example

2011-04-06 Thread Felipe Monteiro de Carvalho
On Wed, Apr 6, 2011 at 11:41 AM, Amit Bueno wrote: > B.  Installed eclipse with the ADT pluging for android I don't use Eclipse, and therefore the instructions do not cover using it. ANT is what builds the Java code. You need to have a working installation of ANT and all java packages that i

[fpc-pascal] Compiling android example

2011-04-06 Thread Amit Bueno
http://wiki.lazarus.freepascal.org/Android_Interface/Native_Android_GUI I've downloaded the example of the android application, done the following: A. Installed android latest sdk B. Installed eclipse with the ADT pluging for android C. Downloaded the TurboChessClock4Android e