Android app fails to start

I am trying to fuse preview -t=Android on Mac with a Samsung tablet with v4.4.2 Android.

When I add “Theme.AppCompat.Light” to I get the following error -

error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.AppCompat.Light'.

This is my hiker.unoproj file.

{
  "RootNamespace":"",
  "Packages": [
  	"Fuse",
  	"FuseJS"
  ],
  "Includes": [
    "*",
    "Modules/*.js:Bundle"
  ],
  "Android": {
    "Theme": "Theme.AppCompat.Light",
    "SDK": {
      "BuildToolsVersion": "23.0.0",
      "CompileVersion": 19,
      "MinVersion": 10,
      "TargetVersion": 19
    },
    "Description": "",
    "Package": "com.bens.hikr",
    "VersionCode": 1
  },
  "iOS": {
    "BundleIdentifier": "com.bens.hikr"
  }
}

I am getting the same error as ben