I followed the steps of this tutorial: http://mindtherobot.com/blog/452/android-beginners-ndk-setup-step-by-step/ to install the Android NDK on my Mac (not a PC => I didn't install CygWin)
When I run "ndk-build" in the console in my project folder (actually I have to type /my_path_to_my_ndk_folder/ndk-build otherwise I get "-bash: ndk-build: command not found" error message but anyway...) the console directly returns the prompt without any message confirming that everything is ok or that an error occurred ; according to the above mentioned tutorial, I should have a message like mentioned here: http://mindtherobot.com/blog/wp-content/uploads/2010/07/20.jpg
最後に、問題は、Eclipseで生成されたlibsフォルダまたは.soファイルがないことです。
誰もこの問題を解決する方法を知っていますか?
ご協力いただきありがとうございます !