1

私のアプリは先週のある時点まで正常に機能していました。何らかの理由で、すべての背景画像が実際の G​​oogle Glass に表示されなくなりました。それらはplaygorundに表示されます。誰でもこれを修正する方法を知っていますか? アプリのホーム カードの例を次に示します (URL を変更しました)。home.jpg 画像が表示されません。

    {
  "kind": "mirror#timelineItem",
  "id": "a48a9a6a-67df-4035-859f-b33f05c4e11e",
  "created": "2013-06-14T16:24:17.460Z",
  "updated": "2013-06-14T16:24:17.460Z",
  "etag": "\"r3ghbVW9Rp1kDP4UexS05_pFx4E/gCTDXyXBhsaPhUc6MnVaYblah\"",
  "html": "<article class=\"photo\">\t<img src=\"https://myapp.appspot.com/static/images/home.jpg?cacheKiller=098234092384\" width=\"100%\" height=\"100%\">\t<div class=\"photo-overlay\"></div>\t<section>\t\t<p class=\"text-auto-size\"></p>\t</section></article>",
  "menuItems": [
    {
      "id": "menu1",
      "action": "CUSTOM",
      "values": [
        {
          "displayName": "Menu 1",
          "iconUrl": "https://myapp.appspot.com/static/images/icon.png?cacheKiller=098234092384"
        }
      ]
    },
    {
      "id": "menu2",
      "action": "CUSTOM",
      "values": [
        {
          "displayName": "Menu 2",
          "iconUrl": "https://myapp.appspot.com/static/images/icon.png?cacheKiller=098234092384"
        }
      ]
    },
    {
      "id": "menu3",
      "action": "CUSTOM",
      "values": [
        {
          "displayName": "Menu 3",
          "iconUrl": "https://myapp.appspot.com/static/images/icon.png?cacheKiller=098234092384"
        }
      ]
    },
    {
      "id": "menu4",
      "action": "CUSTOM",
      "values": [
        {
          "displayName": "Menu 4",
          "iconUrl": "https://myapp.appspot.com/static/images/icon.png?cacheKiller=098234092384"
        }
      ]
    },
    {
      "id": "pinned",
      "action": "TOGGLE_PINNED"
    }
  ],
  "notification": {
    "level": "DEFAULT"
  }
}
4

2 に答える 2

1

これは、おそらく XE6 の導入以来、より広範囲に及ぶ問題のようです。多くの場合、背景画像は後で表示されます。

具体的な例がいくつかあるので、Issue trackerでバグを開くことをお勧めします。

于 2013-06-17T16:20:25.670 に答える