Android Studio 打开项目的问题。。

:app:compileDebugNdk
D:\proj.android\app\src\main\jni\hellojavascript\main.cpp
Error:(1, 25) AppDelegate.h: No such file or directory
compilation terminated.
make: *** [D:\proj.android\app\build\intermediates\ndk\debug\obj/local/arm64-v8a/objs/cocos2djs_shared/D_\proj.android\app\src\main\jni\hellojavascript\main.o] Error 1
Error:Execution failed for task ‘:app:compileDebugNdk’.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process ‘command ‘D:\Android\sdk\ndk-bundle\ndk-build.cmd’’ finished with non-zero exit value 2
Information:BUILD FAILED
Information:Total time: 8.282 secs
Information:2 errors
Information:0 warnings
Information:See complete output in console

你的工程貌似不是 Creator 工程吧?看路径很奇怪啊。为什么 proj.android 文件夹在 D 盘根目录呢?
如果要使用 Android Studio 打开 Creator 的项目,那么请通过 Creator 构建出项目。然后使用 Android Studio 打开 build/jsb-[模板名称]/frameworks/runtime-src/proj.android-studio 文件夹。