XE8 Flexcel last version Android

Hi,


I am in error when compiling for android project.
In windows it works without error, but in time to compile Android for the following error appears.
[DCC Fatal Error] Unit.pas (214): F2084 Internal Error: AV72BB2DEC-R0000001C-0

Could someone help me?

Hi,

Is this a normal FlexCel installation, or have you installed it manually?  If installed manually, please make sure that FlexCel .pas files are not in the library path. (only dcus should be there). Normally this error is because Delphi is trying to recompile FlexCel, and crashes with some generics. But this shouldn't happen if FlexCel isn't recompiled.

If this is with a standard FlexCel installation, does it happen with an empty project? Or only with specific stuff? Can you compile the android demos?
Normal installation using setup with sources. No recompile.
A smaller project is working.
I am using report features to generate pdf in android.
using msbuild to compile, i have another error with linking the project.

fatal error: .\\Android\\Debug\\libPedidosAndroid.so: mmap: failed to a
       llocate 211303488 bytes for output file: Not enough space
         C:\Program Files (x86)\Embarcadero\Studio\16.0\Bin\CodeGear.Delphi.Targets(379,5): error F2588: Linker error c
       ode: 1 ($00000001)

Even when I hadn't personally seen this befor, it seems to be a generic delphi error not specifically related to FlexCel. I wonder if you can try the things suggested in this thread:

https://forums.embarcadero.com/thread.jspa?messageID=710415

(that is, see if it works in release instead of debug, and installing android-ndk-r10e  (configuring delphi to use that)

Also, if it works in Release, then the cause might be that the debug information for FlexCel is getting too big. Other thing to try would be to uncheck "Use Debug .dcus" in your project options. (Delphi Compiler->Compiling). This will remove the ability to step in FlexCel sources when pressing F7, but it should reduce the size of the exe a lot, and still allow you to step and debug your code.