mysticcode
mysticcode

Reputation: 345

firemonkey -unable to compile (Exception class Illegal instruction (4)) for android with arm 7 rev5 neon supported

I made simple application using firedac and interbase database, but when try to compile it shows error "Exception class Illegal instruction (4)" without any further information.

I am using android ndk v.r10b and no luck for latest version (ndk vr10e) other, connected to samsung galaxy v plus series(arm 7 rev5) with neon supported.

here is the screenshot of the project :

enter image description here

note: i can compile any other application for android without using firedac / interbase, problem occurs when using firedac / interbase

Upvotes: 1

Views: 1168

Answers (1)

mysticcode
mysticcode

Reputation: 345

Apparently i found the solution from here : Delphi XE5 Firemonkey TStringGrid OnClick event

After change into listview instead of TGrid, the application works fine

Upvotes: 1

Related Questions