Troubles building after 1.6 update

I just updated to version 1.6 and the app has problems with building.

Here’s what the log looks like

Configuring
D:\Fuse\my-project-fuse\MyProject\MyProject.unoproj: E0000: The given key was not present in the dictionary.
D:\Fuse\my-project-fuse\MyProject\MyProject.unoproj(1,1): Error E0000: The given key was not present in the dictionary.
Build completed in 1,91 seconds
    1 error

And here’s what the .unoproj looks like (Android -> Package does not say ‘com.my-company-my-project’ in the original file, neither does ApiKey)

{
  "RootNamespace":"",
  "Packages": [
    "Fuse",
    "FuseJS", 
    "Fuse.Maps",     
    "Experimental.TextureLoader",
    "Fuse.GeoLocation",
    "Fuse.Camera",
    "Fuse.PushNotifications",
    "Fuse.CameraRoll"
  ],
  "Includes": [
    "*",
    "Modules/*.js:Bundle",
    "*.jpg:Bundle",
    "*.png:Bundle"
  ],
  "Android": {
    "Package": "com.my-company.my-project",
    "GooglePlay": {
        "SenderID": "73011344921"
    },
  "Geo": {
        "ApiKey": "AIz...........G40"
      }
  }
}

The error is marked in the code editor

alt text

I have tried uno clean but it did not help.

Hi Ferdinand,

could you please share that project with us? If it’s sensitive, you can put it here.