Error when compiling a project in Delphi Seattle for android

Asked

Viewed 415 times

0

I’m getting this error while compiling for android. In windows, compile and run the app smoothly. If anyone can help I’d be immensely grateful.

[DCC Error] E2597 C:\Users\Public\Documents\Embarcadero\Studio\17.0\PlatformSDKs\android-ndk-r9c\toolchains\arm-linux-androideabi-4.6\prebuilt\windows\bin\arm-linux-androideabi-ld.exe: error: sqlite: no archive symbol table (run ranlib)
  • 3

    Let me get this straight. Your application was made in windows using deplhi Seattle, but for android it does not work, giving this error. That’s it?

1 answer

-1

This project you had another Delphi?... and converted to Seatle, already tried to create a project from scratch with a button and generate its deploy to see if it gives the same problem.

You have marked Release in Build Configurations and created the Keystore for testing?

  • I’ve done that many times, and it worked. This project I developed in Delphi XE8 to run on Ios and worked perfectly on both notebook and device, an iPhone 6. The problem happens whenever I create a datamodule in the project and add a component Fdconnection and configure the drive to Sqlite, after doing this and having compiled gives the error.

  • Have you opened the project directly in Seatle or converted screen by screen until you adapt with the new IDE?... this problem you mentioned, occurs in the project you converted to Seatle?... you tried to create a project from scratch and do likewise, if it works it is better to create a new project and convert screen by screen.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.