Reputation: 345
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 :
note: i can compile any other application for android without using firedac / interbase, problem occurs when using firedac / interbase
Upvotes: 1
Views: 1168
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