教程里有让复写的几个函数,里面的Intent 没有这个类型
另外父类里也没onNewIntent函数,
-compile:
下午6:31:53 Compiling 3 source files to /Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/bin/classes
下午6:31:54 /Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/src/org/cocos2dx/javascript/AppActivity.java:78: �Ҳ������
下午6:31:54 ��ţ� �� Intent
下午6:31:54 λ�ã� �� org.cocos2dx.javascript.AppActivity
下午6:31:54 protected void onActivityResult(int requestCode, int resultCode, Intent data){
下午6:31:54 ^
下午6:31:54 BUILD FAILED
下午6:31:54 /Users/Leo/Documents/cocos/hj/sdk/tools/ant/build.xml:720: The following error occurred while executing this line:
下午6:31:54 /Users/Leo/Documents/cocos/hj/sdk/tools/ant/build.xml:734: Compile failed; see the compiler error output for details.
下午6:31:54 Total time: 6 seconds
下午6:31:54 1 ����
下午6:31:54 Running command: compile
下午6:31:54 Building mode: debug
下午6:31:54 running: ‘/Users/Leo/Documents/cocos/hj/sdk/tools/android update project -t android-20 -p /Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android’
下午6:31:54 running: ‘/Users/Leo/Documents/cocos/hj/sdk/tools/android update lib-project -p /Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/…/…/js-bindings/cocos2d-x/cocos/platform/android/java -t android-20’
下午6:31:54 building native
下午6:31:54 NDK build mode: debug
下午6:31:54 NDK_TOOLCHAIN_VERSION: 4.9
下午6:31:54 running: ‘/Users/Leo/Documents/cocos/hj/android-ndk-r10d/ndk-build -C /Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android -j3 NDK_MODULE_PATH=/Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/…/…/js-bindings:/Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/…/…/js-bindings/cocos2d-x:/Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/…/…/js-bindings/cocos2d-x/cocos:/Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/…/…/js-bindings/cocos2d-x/external:/Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/ NDK_TOOLCHAIN_VERSION=4.9 NDK_DEBUG=1’
下午6:31:54 building apk
下午6:31:54 running: ‘/Users/Leo/Documents/cocos/hj/apache-ant-1.9.4/bin/ant clean debug -f /Users/Leo/IdeaProjects/untitled1/frameworks/runtime-src/proj.android/build.xml -Dsdk.dir=/Users/Leo/Documents/cocos/hj/sdk’
下午6:31:54 Error running command, return code: 1
下午6:31:54 —android build end—
onNewIntent是Activity的函数,怎么可能没有
Intent你有import包名吗