Code Ide - JS - Issues Exporting to Android - Windows 7

Hi All,

I’m try to compile a simple demo to Android. Window version and web works fine, but android fail on compile. I have some questions:

  1. When I make a “build runtime” it take to much time, like 15 min or more. The console log say:

    Running command: compile
    Building mode: debug"
    running: '"(androidpath)\android" update project -t android-14 -p (more paths)
    running: '(androidpath)android" update lib-project -p (more paths)

    building native
    NDK build mode: release
    running: ‘(ndkpath)\ndk-build -C (proyectpaths)’
    Ndk build failed!

I dont have to much info, And don’t how continue with this. I try with android-ndk-r9 but nothing happen.

Please use ndk r9d instead.

I’m using android-ndk-r9 that is wrong ? I finally can compiled in debug mode command line, adding these params:

B V=1 APP_OPTIM=debug

And can compile unchecking “Compile cpp code using NDK” for testing. But now after try compile with NDK againg and fail, the option is locked.

yes, r9 is not the right version.