(node:18136) 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:18136) [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.
I get this error when trying to export my game to android...what am I doing wrong?
Thanks for helping
Android Export Problems...
● ARCHIVED · READ-ONLY
-
-
Hi, did you follow the export guide in the Help File and set everything up?
-
Yes, I did. I did however not install everything on the main hard disk. I had to reinstall JDK on the main hard disk, before that it forced another error.
I get the message 'Package successfully created', but the folder "build" isn't there! And therefore, no build/outputs/apk/<project-name>.apk file!