Jump to content

Recommended Posts

Bonjour

Je suis en train de créer ma toute première application "Hello World " en utilisant Android NDK , j'ai déjà installé cygwin , j'essaie de compiler mon application en utilisanr ndk-build

il me sort un message de ce type :

Android NDK: NDK Application 'local' targets unknown ABI(s): armeabi

Android NDK: Please fix the APP_ABI definition in /cygdrive/c/Android/android-nd

k-r6-windows/build/core/default-application.mk

/cygdrive/c/Android/android-ndk-r6-windows/build/core/setup-app.mk:57: *** Andro

id NDK: Aborting . Stop.

Link to comment
Share on other sites

  • 2 weeks later...

est ce que tu pourrais commencer par nous mettre :

- le tuto que tu suis, et la où tu es bloqué

- le code C et le makefile que tu utilises

- la commande, et meme si t'es courrageux, le path de ton ndk

j'avais eut du mal au début avec le .mk a cause d'une connerie de caractère que le makefile ne supportais pas (genre un ; inatendu, ou retour a la ligne en trop)

Link to comment
Share on other sites

  • 3 weeks later...

Android NDK: Application local targets unknown ABI 'armeabi armeabi-v7a'

Android NDK: Please fix the APP_ABI definition in /cygdrive/D/RadioBienfoot/build/_S3DTempBuild_/rbf_Android.s3dxproj/jni/Application.mk

Android NDK: to use a set of the following values:

/cygdrive/C/WORKEND/eclipse/androidndk/build/core/add-application.mk:105: *** Android NDK: Aborting . Stop.

Could not build JNI module

C:\WORKEND\eclipse\androidndk

pour les cmds c'est justement pour lancer une cmd ndk_build il faut le faire dans Cygwin en passant par la commande make ?

Link to comment
Share on other sites

APP_OPTIM := release

APP_ABI := x86

APP_PLATFORM := android-7

APP_MODULES := S3DClient

APP_PROJECT_PATH := D:/RadioBienfoot/Source/rbf_Android.s3dxproj

APP_PROJECT_LIBPATH := D:/RadioBienfoot/Source/rbf_Android.s3dxproj

pour la cmd ndk j'ai trouvé qu'il faut rajouté ./ndk-build

il me répond ./ndk_build: line 40: dirname: command not found

ERROR: cannot find 'make' program. Please install cywin make package

or define the GNUMAKE variable to point to it

Link to comment
Share on other sites

i find on web

Error 3:

$ ndk-build clean

Android NDK: Could not find application project directory !

Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.

/cygdrive/c/android-ndk-r4b/build/core/build-local.mk:85: *** Android NDK: Aborting . Stop.

Fix: include Android.mk location inside global application.mk and Android.mk

Run the command from the parent directory with app.mk and and.mk resides

but i'm not sure understand

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...