When you create a blackberry10 cordova / phonegap project, the assembly does not include a number of files. Multiple splash screen and DEFAULT_BAR_NAME.bar images are not included.
However, if the same process is repeated on another device (desktop PC), all files are included. As far as I can tell, both have identical software settings.
C:\Users\USER\hello>cordova emulate blackberry10 [Error: An error occurred while emulating/deploying the blackberry10 project. [BUILD] Populating application source [BUILD] Parsing config.xml [BUILD] Generating output files [WARN] Failed to find debug token. If you have an existing debug token, please copy it to %HOME%/.cordova/blackberry10debugtoken.bar. To generate a new debug token, execute the 'run' command. [ERROR] Error: Attribute image: file cannot be found in the list of packaged files: res/screen/blackberry/splash-1280x768.png [ERROR] Native Packager exception occurred [WARN] Failed to find debug token. If you have an existing debug token, please copy it to %HOME%/.cordova/blackberry10debugtoken.bar. To generate a new debug token, execute the 'run' command. [ERROR] Error: Attribute image: file cannot be found in the list of packaged files: res/screen/blackberry/splash-1280x768.png [ERROR] Native Packager exception occurred [ERROR] Error: File does not exist or not a file or cannot read: C:\Users\USER\hello\PLATFO~1\BLACKB~1\build\simulator\DEFAULT_BAR_NAME.bar
If you need more information, please ask, thanks!
source share