cocos creator 1.8.2 构建编译hello world项目报错,请各位大佬指教

编译模式:release
使用 Android Studio 工程:C:\Users\Administrator\Documents\NewProject1\build\jsb-binary\frameworks\runtime-src\proj.android-studio
正在生成 apk 文件…
正在执行:’“C:\Users\Administrator\Documents\NewProject1\build\jsb-binary\frameworks\runtime-src\proj.android-studio\gradlew.bat” --parallel --info assembleRelease’

Initialized native services in: C:\Users\Administrator.gradle\native
The client will now receive all logging from the daemon (pid: 5952). The daemon log file: C:\Users\Administrator.gradle\daemon\4.1\daemon-5952.out.log
Starting 5th build in daemon [uptime: 39 mins 17.404 secs, performance: 100%, no major garbage collections]
Using 4 worker leases.
Creating new cache for fileHashes, path C:\Users\Administrator\Documents\NewProject1\build\jsb-binary\frameworks\runtime-src\proj.android-studio.gradle\4.1\fileHashes\fileHashes.bin, access org.gradle.cache.internal.DefaultCacheAccess@407edd22
Creating new cache for plugin-use-metadata, path C:\Users\Administrator.gradle\caches\4.1\plugin-resolution\plugin-use-metadata.bin, access org.gradle.cache.internal.DefaultCacheAccess@4fdf473d
Creating new cache for client-status, path C:\Users\Administrator.gradle\caches\4.1\plugin-resolution\client-status.bin, access org.gradle.cache.internal.DefaultCacheAccess@4fdf473d
Starting Build
Settings evaluated using settings file ‘C:\Users\Administrator\Documents\NewProject1\build\jsb-binary\frameworks\runtime-src\proj.android-studio\settings.gradle’.
Projects loaded. Root project using build file ‘C:\Users\Administrator\Documents\NewProject1\build\jsb-binary\frameworks\runtime-src\proj.android-studio\build.gradle’.
Included projects: [root project ‘proj.android-studio’, project ‘:hello_world’, project ‘:libcocos2dx’]
Parallel execution is an incubating feature.
Evaluating root project ‘proj.android-studio’ using build file ‘C:\Users\Administrator\Documents\NewProject1\build\jsb-binary\frameworks\runtime-src\proj.android-studio\build.gradle’.
Creating new cache for metadata-1.1/results, path C:\Users\Administrator.gradle\caches\transforms-1\metadata-1.1\results.bin, access org.gradle.cache.internal.DefaultCacheAccess@7c0399b4
Creating new cache for metadata-2.23/module-metadata, path C:\Users\Administrator.gradle\caches\modules-2\metadata-2.23\module-metadata.bin, access org.gradle.cache.internal.DefaultCacheAccess@53e74514
Creating new cache for metadata-2.23/artifact-at-repository, path C:\Users\Administrator.gradle\caches\modules-2\metadata-2.23\artifact-at-repository.bin, access org.gradle.cache.internal.DefaultCacheAccess@53e74514
Evaluating project ‘:hello_world’ using build file ‘C:\Users\Administrator\Documents\NewProject1\build\jsb-binary\frameworks\runtime-src\proj.android-studio\app\build.gradle’.

FAILURE: Build failed with an exception.

  • Where:
  • Where:
    Build file ‘C:\Users\Administrator\Documents\NewProject1\build\jsb-binary\frameworks\runtime-src\proj.android-studio\app\build.gradle’ line: 3

  • What went wrong:
    A problem occurred evaluating project ‘:hello_world’.

java.lang.UnsupportedClassVersionError: com/android/build/gradle/AppPlugin : Unsupported major.minor version 52.0

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

  • Get more help at https://help.gradle.org

BUILD FAILED in 0s
执行命令出错,返回值:1。