Software Archive
Read-only legacy content
17061 Discussions

Cordova Android build Error code 0

Ayadi_O_
Beginner
947 Views
Hi,

I'm not able to build for Android.

Build Log :

Calling plugman.fetch on plugin ".../cachedPlugins.lpVeYc.tmp/cache.y23T8B.pl/cordova-plugin-device"
Copying plugin ".../cachedPlugins.lpVeYc.tmp/cache.y23T8B.pl/cordova-plugin-device" => ".../cordova_project/plugins/cordova-plugin-device"
Calling plugman.install on plugin ".../cordova_project/plugins/cordova-plugin-device" for platform "android
Installing "cordova-plugin-device" for android
Running command: .../cordova_project/platforms/android/cordova/version 
Command finished with error code 0: .../cordova_project/platforms/android/cordova/version 
Install start for "cordova-plugin-device" on android.
Install complete for cordova-plugin-device on android.
Checking for any plugins added to the project that have not been installed in android platform
No differences found between plugins added to project and installed in android platform. Continuing...
Generating config.xml from defaults for platform "android"
Wrote out Android application name to "VoulezVousIntel"
Wrote out Android package name to "xdk.intel.blank.ad.template.crosswalk"
This app does not have launcher icons defined
updated project successfully
Calling plugman.fetch on plugin ".../cachedPlugins.lpVeYc.tmp/cache.1mv6P1.pl/cordova-plugin-splashscreen"
Copying plugin ".../cachedPlugins.lpVeYc.tmp/cache.1mv6P1.pl/cordova-plugin-splashscreen" => ".../cordova_project/plugins/cordova-plugin-splashscreen"
Calling plugman.install on plugin ".../cordova_project/plugins/cordova-plugin-splashscreen" for platform "android
Installing "cordova-plugin-splashscreen" for android
Running command: .../cordova_project/platforms/android/cordova/version 
Command finished with error code 0: .../cordova_project/platforms/android/cordova/version 
Install start for "cordova-plugin-splashscreen" on android.
Install complete for cordova-plugin-splashscreen on android.
Checking for any plugins added to the project that have not been installed in android platform
No differences found between plugins added to project and installed in android platform. Continuing...
Generating config.xml from defaults for platform "android"
Wrote out Android application name to "VoulezVousIntel"
Wrote out Android package name to "xdk.intel.blank.ad.template.crosswalk"
This app does not have launcher icons defined
updated project successfully
Calling plugman.fetch on plugin ".../cachedPlugins.lpVeYc.tmp/cache.VCYH66.pl/cordova-plugin-whitelist"
Copying plugin ".../cachedPlugins.lpVeYc.tmp/cache.VCYH66.pl/cordova-plugin-whitelist" => ".../cordova_project/plugins/cordova-plugin-whitelist"
Calling plugman.install on plugin ".../cordova_project/plugins/cordova-plugin-whitelist" for platform "android
Installing "cordova-plugin-whitelist" for android
Running command: .../cordova_project/platforms/android/cordova/version 
Command finished with error code 0: .../cordova_project/platforms/android/cordova/version 
Install start for "cordova-plugin-whitelist" on android.
Install complete for cordova-plugin-whitelist on android.
0 Kudos
1 Solution
PaulF_IntelCorp
Employee
947 Views

I'm not seeing anything obvious in the build log, but it looks like the build just stopped suddenly. Usually that means your app is too large. How large is your project folder? If it's greater than ~400MB it is likely to fail during build.

View solution in original post

0 Kudos
4 Replies
PaulF_IntelCorp
Employee
947 Views

Ayadi -- please attach the entire detailed build log as a TXT file using the "Attach Files to Post" link below the forum edit window.

0 Kudos
Ayadi_O_
Beginner
947 Views

Paul -- It is done.

0 Kudos
PaulF_IntelCorp
Employee
948 Views

I'm not seeing anything obvious in the build log, but it looks like the build just stopped suddenly. Usually that means your app is too large. How large is your project folder? If it's greater than ~400MB it is likely to fail during build.

0 Kudos
Ayadi_O_
Beginner
947 Views

My project is less than 400MB, I moved my data from www (cordova project with UI ionic) to my project intel xdk (html5 cordova), everything in graphique work, but after building my app cannot get data from internet. If there is nothing obvious about building , I think i should thinking about other problems. Thank you :)

0 Kudos
Reply