- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Ayadi -- please attach the entire detailed build log as a TXT file using the "Attach Files to Post" link below the forum edit window.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 :)