android.mk

TwitterFacebook
Get flash to fully experience Pearltrees

How to run HelloWorld on ndk r4 and r5 - cocos2d-x - cocos2d-x.org

This document describes how to run a simple 'HelloWorld' sample under NDK r4 and r5 with Windows (using Cygwin), or Linux. Setting Up Development Environment ¶ This document doesn't describe how to set up NDK. Please refer to the following website if you wish to learn more about the Android NDK, and how to download and install it: http://developer.android.com/sdk/ndk/overview.html http://www.cocos2d-x.org/projects/cocos2d-x/wiki/How_to_run_HelloWorld_on_ndk_r4_and_r5

android.mk

http://forum.frandroid.com/topic/55857-androidmk/ include $(call all-subdir-makefiles) #CODECS := alac ape flac wav wv mpc #codec-makefiles = $(patsubst %,$(call my-dir)/%/Android.mk,$(CODECS)) #include $(call codec-makefiles) ifneq ($(NDK_ROOT),) LOCAL_PATH:=$(NDK_ROOT)/apps/lossless/project/jni else LOCAL_PATH:=apps/lossless/project/jni endif