Cocos IDE 1.0.0-RC2 + cocos2dx 3.2 RC0 Package to APK 弹出aapt.exe 停止工作的错误

报错如下:

— Begin quote from ____

-package-resources:
Creating full resource package…

BUILD FAILED
D:\workspace\adt-bundle-windows-x86_64-20140702\sdk\tools\ant\build.xml:932: The following error occurred while executing this line:
D:\workspace\adt-bundle-windows-x86_64-20140702\sdk\tools\ant\build.xml:950: null returned: -1073741819

— End quote

对应的build.xml如下:

— Begin quote from ____

<target name="-package-resources" depends="-crunch">
    <!-- only package resources if *not* a library project -->
    <do-only-if-not-library elseText="Library project: do not package resources..." >
        <aapt executable="${aapt}"
                command="package"
                versioncode="${version.code}"
                versionname="${version.name}"
                debug="${build.is.packaging.debug}"
                manifest="${out.manifest.abs.file}"
                assets="${asset.absolute.dir}"
                androidjar="${project.target.android.jar}"
                apkfolder="${out.absolute.dir}"
                nocrunch="${build.packaging.nocrunch}"
                resourcefilename="${resource.package.file.name}"
                resourcefilter="${aapt.resource.filter}"
                libraryResFolderPathRefid="project.library.res.folder.path"
                libraryPackagesRefid="project.library.packages"
                libraryRFileRefid="project.library.bin.r.file.path"
                previousBuildType="${build.last.target}"
                buildType="${build.target}"
                ignoreAssets="${aapt.ignore.assets}">
            <res path="${out.res.absolute.dir}" />
            <res path="${resource.absolute.dir}" />
            <!-- <nocompress /> forces no compression on any files in assets or res/raw -->
            <!-- <nocompress extension="xml" /> forces no compression on specific file extensions in assets and res/raw -->
        </aapt>
    </do-only-if-not-library>
</target>

— End quote

求大神指点!

SDK Manager 打开后,Tools,android sdk build-tools 有多个 只安装19.1的那个,低了不行,高了比如选21就会有aapt.exe错误