#cd ~
enter home direction
Open .bash_profile file,add as follow:
NDKRoot=/cygdrive/e/Devetool/android-ndk-r5
export NDKRoot
APP_PROJECT_ROOT=/cygdrive/e/Project_Develop/E97/i-Emenu433_E97_Mult
export APP_PROJECT_ROOT
and then you can build project as follow:
#cd $NDKRoot
#./ndk-build -C $APP_PROJECT_ROOT
end.
阅读(1208) | 评论(0) | 转发(0) |