so I made first mobile game for test and followed
scirra.com/tutorials/9432/how-to-package-apk-files-locally-by-yourself-using-cordova/page-1
to build APK file, I followed all he said and got the error message at the end
got the error message like below
----------------------------------------------------------------------------------------------
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processArm64DebugResources'.
Failed to execute aapt
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at help.gradle.org
BUILD FAILED in 1m 56s
at ChildProcess.whenDone (C:\Users\gkv70\Desktop\myCordovaExporter\CordovaProject\platforms\android\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
(node:5396) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:5396) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
----------------------------------------------------------------------------------------------
what should I do? And is there any easier way to build APK file?