1. sandhiya's Avatar
    I am working on a blackberry 10 webworks application. I want to set splash screen that supports 3 different resolution (720x720, 720x1280, 768x1280 pixels).

    The below is my application folder structure.
    "File Cannot be Found in the List of Packaged Files" Error while Setting Splash Screen in my BB10-folder-structure.png

    Here I have one folder named "locales" in which i kept three splash images for the resolution accordingly. eg: locales->(splash-720x720.png, splash-720x1280.png, splash-768x1280.png).

    In my config.xml file I have added this line:

    <widget>
    <rim:splash src="splash-720x720.png"/>
    <rim:splash src="splash-720x1280.png"/>
    <rim:splash src="splash-768x1280.png"/>

    </widget>

    It has been told that blackberry will select the splash images from the locales folder. But when i run my app I get this error:

    Oh Snap! Build request failed with message: [ERROR] Error: Attribute image: file cannot be found in the list of packaged files: splash-720x720.png [ERROR] Native Packager exception occurred [ERROR] Error: Attribute image: file cannot be found in the list of packaged files: splash-720x720.png [ERROR] Native Packager exception occurred

    pls help me
    11-22-13 06:23 AM
  2. SCrid2000's Avatar
    You don't have the correct location for your splash images in the configuration. You'll need to modify that to point to your splash images.
    pkcable likes this.
    11-22-13 03:09 PM
  3. sandhiya's Avatar
    can u suggest me with the correct location? Is my folder structure correct?
    @SCrid2000
    Last edited by sandhiya; 11-24-13 at 11:38 PM.
    11-24-13 11:27 PM
  4. SCrid2000's Avatar
    can u suggest me with the correct location? @SCrid2000
    You said the images are in the locale folder, so

    <widget>
    <rim:splash src="locale/splash-720x720.png"/>
    <rim:splash src="locale/splash-720x1280.png"/>
    <rim:splash src="locale/splash-768x1280.png"/>

    </widget>
    sandhiya likes this.
    11-24-13 11:31 PM

Similar Threads

  1. Replies: 113
    Last Post: 12-17-13, 05:16 AM
  2. Yahoo Fantasy App 4.1.4 service error 4001
    By mapaulo in forum More for your BlackBerry 10 Phone!
    Replies: 7
    Last Post: 11-26-13, 11:25 AM
  3. Developers are very receptive to bringing their apps to be world with 10.2.1
    By playbookster in forum General BlackBerry News, Discussion & Rumors
    Replies: 51
    Last Post: 11-26-13, 01:33 AM
  4. Accounts not showing in 10.2.1
    By s5sahil in forum BlackBerry Z10
    Replies: 6
    Last Post: 11-24-13, 05:14 PM
  5. How can I install older version of playbook OS
    By jimlockhead in forum BlackBerry PlayBook
    Replies: 5
    Last Post: 11-24-13, 04:47 PM
LINK TO POST COPIED TO CLIPBOARD