При экспорте игры в апк происходит ошибка Clickteam Fusion 2.5

Вот сама ошибка

Configure project :app WARNING: The option 'android.useDeprecatedNdk' is deprecated. The current default is 'false'. It has been removed from the current version of the Android Gradle plugin. NdkCompile is no longer supported

Task :app:preBuild UP-TO-DATE Task :app:preDebugBuild UP-TO-DATE Task :app:compileDebugAidl NO-SOURCE Task :app:compileDebugRenderscript NO-SOURCE Task :app:generateDebugBuildConfig Task :app:generateDebugResValues Task :app:generateDebugResources Task :app:javaPreCompileDebug Task :app:createDebugCompatibleScreenManifests Task :app:extractDeepLinksDebug Task :app:processDebugManifest Task :app:mergeDebugShaders Task :app:compileDebugShaders NO-SOURCE Task :app:generateDebugAssets UP-TO-DATE Task :app:mergeDebugAssets Task :app:processDebugJavaRes NO-SOURCE Task :app:checkDebugDuplicateClasses Task :app:mergeDebugJniLibFolders Task :app:mergeExtDexDebug Task :app:validateSigningDebug Task :app:mergeDebugJavaResource Task :app:mergeDebugNativeLibs Task :app:stripDebugDebugSymbols FAILED Task :app:mergeDebugResources Task :app:mergeDebugResources FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:stripDebugDebugSymbols'.

No version of NDK matched the requested version 21.0.6113669. Versions available locally: 19.0.5232133, 23.0.7123448, 23.0.7123448

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ==============================================================================

2: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:mergeDebugResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource compilation failed C:\Users\user\AppData\Local\Temp\AndEBC3.tmp\app\src\main\res\values\strings.xml:3:1-61: AAPT: error: unescaped apostrophe in string

 C:\Users\user\AppData\Local\Temp\AndEBC3.tmp\app\src\main\res\values\strings.xml:3:1-61: AAPT: error: not a valid string.
     
 C:\Users\user\AppData\Local\Temp\AndEBC3.tmp\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml: AAPT: error: file failed to compile.
     
  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ==============================================================================

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

BUILD FAILED in 38s 16 actionable tasks: 16 executed


Ответы (0 шт):