Votre APP_BUILD_SCRIPT points à un fichier inconnu en utilisant Android ndk-build

J'obtiens l'erreur suivante en essayant de compiler un Android NDK projet:

ndk-build 
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: /home/lambergar/work/APIExample/jni/Android.mk    
/home/lambergar/android/ndk/android-ndk-r5c/build/core/add-application.mk:116: *** Android NDK: Aborting...    .  Stop.

La chose étrange est, que le "fichier inconnu' (Android.mk) existe sous le chemin déclaré non valide.

  • essayez de construire votre projet avec le drapeau NDK_LOG à 1: c'est $NDK/ndk-build NDK_LOG=1 pour voir plus d'informations sur cette erreur... peut-être ceci vous aide..
InformationsquelleAutor LambergaR | 2011-06-27