Skip to content

SylerWang/FunFashion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Eclipse to work with NDK
==============================
1. Windows -> Preferences -> Android -> NDK -> Set Android NDK location...
2. File -> New -> Other -> C/C++ -> Convert to C/C++ project.

Common mistakes
===============
1. Could not find module... Forgot to set NDK_MODULE_PATH
=> In project Android.mk, add line $(call import-add-path, ..) ; make sure the path is correct and relative to project directory (not the jni directory).

2. No rule to make target... eventhough the paths seem correct
=> Previously built files were from different directory. Delete all old "obj" files.

About

Fashioning your photo with fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.1%
  • C 46.4%
  • Java 3.9%
  • GLSL 1.4%
  • Makefile 0.5%
  • Python 0.4%
  • Other 0.3%