Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Android Debugger Build Error 500
-
Hi
I’m trying to make a debugger build, but always geht an api downloadProject Error.
What can i do to solve it?
A normal build is also impossible due the same error.Here is the log:
Fetch queue Info…
Start building 59a53fe0ff2af27075d378f2
Setup working directories…
Download project archive…
! API downloadProject Failed. [ 500 ]
Download error: ! API downloadProject Failed. [ 500 ]
Remove archive file…
Remove working directories…
Build Error: ! API downloadProject Failed. [ 500 ]
-
This issue has been solved. It turns out to be an issue with Splash screen configuration for Android in
config.xml
file. If you have the same build error, please make sure your splash screen configuration for Android looks like this:<splash src="/res/android/screen/splash-port-xxxhdpi.9.png" density="port-xxxhdpi"/> <splash src="/res/android/screen/splash-port-xxhdpi.9.png" density="port-xxhdpi"/> <splash src="/res/android/screen/splash-port-xhdpi.9.png" density="port-xhdpi"/> <splash src="/res/android/screen/splash-port-hdpi.9.png" density="port-hdpi"/> <splash src="/res/android/screen/splash-port-mdpi.9.png" density="port-mdpi"/> <splash src="/res/android/screen/splash-port-ldpi.9.png" density="port-ldpi"/>