【已解决】最新的coco Sstudio打包出错

最新的coco Sstudio打包出错,错误如下:
Based on: cocos2d-x-3.6
Updated project.properties
Updated local.properties
Updated file E:\coco\project\cocosProject\Login\frameworks\runtime-src\proj.android\proguard-project.txt
Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml
make.exe: Entering directory E:/coco/project/cocosProject/Login/frameworks/runtime-src/proj.android' StaticLibrary : libcpufeatures.a SharedLibrary : libcocos2dlua.so Install : libcocos2dlua.so => libs/armeabi/libcocos2dlua.so make.exe: Leaving directory E:/coco/project/cocosProject/Login/frameworks/runtime-src/proj.android’
输入行太长。
Running command: luacompile
By using luacompile, you could precompile the Lua script files to the bytecode files and encrypt the Lua script files or the bytecode files by XXTEA.The mechanism of generating the bytecode files is based on the LuaJIT v2.0.3, so the generated bytecode files cann’t be used on the 64-bit iOS devices.
processing lua script files
compiling lua (E:\coco\project\cocosProject\Login\frameworks\runtime-src\proj.android\assets\src\app\MyApp.lua) to bytecode…
Error running command, return code: 1. Check the log file at C:\Users\Administrator/.cocos\cocos.log
Running command: compile
Building mode: debug
Android platform not specified, searching a default one…
running: ‘“E:\coco\framework\android-sdk-windows\tools\android” update project -t android-20 -p E:\coco\project\cocosProject\Login\frameworks\runtime-src\proj.android’
building native
NDK build mode: release
NDK_TOOLCHAIN_VERSION: 4.9
running: ‘“E:\coco\framework\android-ndk-r10d\ndk-build” -C E:\coco\project\cocosProject\Login\frameworks\runtime-src\proj.android -j3 NDK_MODULE_PATH=E:\coco\framework\Cocos\frameworks/cocos2d-x-3.6;E:\coco\framework\Cocos\frameworks/cocos2d-x-3.6/cocos/;E:\coco\framework\Cocos\frameworks/cocos2d-x-3.6/external;E:\coco\framework\Cocos\frameworks/cocos2d-x-3.6/cocos/scripting NDK_TOOLCHAIN_VERSION=4.9’
building apk
running: ‘“E:\coco\framework\Cocos\frameworks\cocos2d-x-3.6\tools\cocos2d-console\bin\cocos” luacompile -s “E:\coco\project\cocosProject\Login\frameworks\runtime-src\proj.android\assets” -d “E:\coco\project\cocosProject\Login\frameworks\runtime-src\proj.android\assets”’
Error running command, return code: 1

你是自己的工程吧?试试helloworld工程有错没?

就是默认的hello world工程

我已经解决了,在装cocos Studio之前 我机器还装了python27,卸载掉python27即可打包成功!