Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 1 Support › Error: Blackberry BAR file not created

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5431

    Nour

    Hello
    Iam trying to build my game for BB10 devices, but i got this error message in the build log

    Error: Blackberry BAR file not created

    is there any missing thing in my uploads that i can correct

    Thanks

    #5434

    Alex
    Felgo Team

    Hi,

    as BB 10 is only supoprted on Felgo 1.4.0 and up, could you please check that your config.json states “latest” or “1.4.0” as “sdk” property like described here: http://felgo.com/doc/vplay-deployment.html#config-json and the log output says 1.4.0?

    Thanks,

    Alex

    #5486

    Nour

    i changed the sdk to “latest” and i got same error

    then i changed sdk to “1.4.0” and i got this error

    You are not allowed to build with sdk version 1.4.0 (given in config.json)

     

    this is my config file

     

    {
      "title": "xxx",
      "identifier": "com.xx.xxx",
      "orientation": "landscape",
      "versioncode": 1.1,
      "versionname": "1.1",
      "plugins": [ "flurry" ],
      "author": "xxxxx",
      "platforms": [ "android", "blackberry" ],
      "sdk": "1.4.0",
      "stage": "publish"
    }
    
    
    #5487

    Nour

    and when using sdk:”latest” the log output say

     

    Created directory structure

    Using Felgo SDK version: v1.3.0

    ..

    .

    .

     

    #5488

    Alex
    Felgo Team

    Looks all fine, the error however implies that there might be still a saved browser session from our pre 1.4 release, which prevents you from 1.4 builds. Could you please close your browser window and re-open https://builds.felgo.com (ensure that you are asked for your credentials again, so there is no saved session left). Please let me know if this solves the problem!

    Thanks,

    Alex

    #5489

    Nour

    not solved

    ths log output is

    Created directory structure

    Using Felgo SDK version: v1.4.0

    Create Android project..

    Copy assets..

    Adding included app icon…

    Copy Felgo jar…

    Adding plugin jars…

    Build native Android project..

    Build Android apk for publishing (unsigned)…

    Android apk created

    Create BlackBerry project..

    Adding included app icon…

    Build BlackBerry project…

    Create BAR file for publishing..

    Error: Blackberry BAR file not created

    Build finished in 1 min 10 sec

     

     

     

    Thanks

    #5490

    Alex
    Felgo Team

    Just found an error in your posted config.json:

    "versioncode": 1.1

    Like stated here the versioncode must be an integer value, so if you want to build a 1.1 use a versioncode of 2 (or any number higher than a previous one, this number won’t be visible to the user anyway).

    Does this fix your problem?

    Thanks,

    Alex

    #5492

    Nour

    its working now

     

    Thanks Alex

     

     

Viewing 8 posts - 1 through 8 (of 8 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded