Page 1 of 1

How to build library chipmunk for Android in NDK

Posted: Wed Jan 22, 2014 4:38 pm
by APOCALIPSISX
Hello,

I want to compile as native chipmunk library to use it in an Android application.

I have already prepared the environmental eclipse, Android SDK and Android NDK

I also saw that in the source code there is a folder with an Android.mk

But I do not know what I do to continue the compilation.

Someone could tell me what should I do now?

Re: How to build library chipmunk for Android in NDK

Posted: Thu Jan 23, 2014 11:41 am
by LegoCylon
This stack overflow post covers the basics of linking any arbitrary library with the NDK.

Personally I prefer to develop for android using Visual Studio since I have 15 years of experience with its interface. You can download vs-android to do so for VS2010, VS2012, and VS2013. However, it is not capable of debugging directly; you'll need to purchase either WinGDB or VisualGDB add-ins, although add-ins cannot be installed with Visual Studio Express versions.