Can't compile projects on android

Hello! I have problem with compile its project.
I tried compile, but cocos creator show this is message in log file.

CODE /****

Building mode: release
Using Eclipse project : D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\runtime-src\proj.android
running: '"D:\Android\android-sdk\tools\android" update project -t android-19 -p D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\runtime-src\proj.android'

Updated project.properties
Updated local.properties
Updated file D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\runtime-src\proj.android\proguard-project.txt
running: '"D:\Android\android-sdk\tools\android" update lib-project -p D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\cocos2d-x\cocos\platform\android\java -t android-19'

Updated project.properties
Updated local.properties
Updated file D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\cocos2d-x\cocos\platform\android\java\proguard-project.txt
Building native...
NDK build mode: release
running: '"D:\Android\android-ndk-r14b\ndk-build" -C D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\runtime-src\proj.android -j4 APP_ABI="armeabi" NDK_MODULE_PATH=D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\cocos2d-x;D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\cocos2d-x\cocos;D:\Jurasey\MyGames\New_1\build\jsb-default\frameworks\cocos2d-x\external NDK_TOOLCHAIN_VERSION=4.9'

Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml    
make: Entering directory `D:/Jurasey/MyGames/New_1/build/jsb-default/frameworks/runtime-src/proj.android'
D:/Android/android-ndk-r14b/build//../build/core/build-binary.mk:687: Android NDK: Module cocos2djs_shared depends on undefined modules: cocos2d_js_android_static log    
D:/Android/android-ndk-r14b/build//../build/core/build-binary.mk:700: *** Android NDK: Aborting (set APP_ALLOW_MISSING_DEPS=true to allow missing dependencies)    .  Stop.
make: Leaving directory `D:/Jurasey/MyGames/New_1/build/jsb-default/frameworks/runtime-src/proj.android'
Error running command, return code: 2.

:sweat:

Thanks!

It’s a third lib’s bug.

It fixed in this pr and and will published in 1.5:

Hi,

When is Cocos Creator 1.5 scheduled to come out?

Thanks

I used cocos creator having the same issue with default hello-world build

Building mode: release
Using Android Studio project : C:\Users\john\Desktop\build\jsb-default\frameworks\runtime-src\proj.android-studio
Building native…
NDK build mode: release
running: ‘“C:\Users\john\AppData\Local\Android\sdk\ndk-bundle\ndk-build” -C C:\Users\john\Desktop\build\jsb-default\frameworks\runtime-src\proj.android-studio\app -j8 NDK_MODULE_PATH=C:\Users\john\Desktop\build\jsb-default\frameworks\cocos2d-x;C:\Users\john\Desktop\build\jsb-default\frameworks\cocos2d-x\cocos;C:\Users\john\Desktop\build\jsb-default\frameworks\cocos2d-x\external NDK_TOOLCHAIN_VERSION=4.9’

Android NDK: Found platform level in ./project.properties. Setting APP_PLATFORM to android-25.
Android NDK: APP_PLATFORM set to unknown platform: android-25.
make: Entering directory C:/Users/john/Desktop/build/jsb-default/frameworks/runtime-src/proj.android-studio/app' make: Leaving directoryC:/Users/john/Desktop/build/jsb-default/frameworks/runtime-src/proj.android-studio/app’
C:/Users/john/AppData/Local/Android/sdk/ndk-bundle/build//…/build/core/setup-app-platform.mk:115: *** Android NDK: Aborting . Stop.
Error running command, return code: 2.