0

I have code written in c, which contains some complex algorithms and I want to use that code in android.

I can not translate these in Android but have to include or integrate it with my Android application.

How should I proceed. please help.

Azhar
  • 19,874
  • 38
  • 137
  • 207

1 Answers1

1

You can use the Android NDK.

Matthew Flaschen
  • 268,153
  • 48
  • 509
  • 534