Hope you understand
Compiler and publish issues are beyond our support. We only help fellow as programmers, We only help personally not appbuilder support
This article is only for those who have successfully created an apk before and now it suddenly fails, if this is your first time making the apk these instructions are not recommended.
-
Make sure your internet connection is good, fast internet cannot guarantee a good connection. The error that often occurs is internet connection.
-
Clear cache by running the command:
npm cache clean --force
-
And If you are a windows user, try deleting all files in this folder:
C:\Users\{{your-username}}\AppData\Roaming\npm-cache
-
Then run this command:
npm cache verify
-
Next try deleting the platform that was added
ionic cordova platform remove android
-
Then deleting all files in this folder
your-ionic-project\platforms\
If it can't be removed, please restart your computer.
-
After that try adding the android platform again
ionic cordova platform add android@latest
-
If the problem is not resolved either, please do it again a few hours/days later. most likely a global problem.
Last edit: 2021-05-23 10:42:47