You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how easy is to compile C in Android.
It is maybe easier to cross compile for the right architecture from your developing machine,
i.e. cross compile for ARM, assuming you are targeting devices which run on ARM.
The proper target depend on the model of CPU the device you want to run on, i.e. A53 (armv7A) or A15 (armv7A).
Selecting the best target can bring substantial performances increases depending on your application.
Which is your application, which routines you will use the most?
I want to use it in Android ,How should I compile it ?
The text was updated successfully, but these errors were encountered: