2013-12-11 2 views
0

를 찾을 수 없습니다앱 검증 오류 도움말 : 패키지 응용 프로그램에 AppResource 내가이 응용 프로그램 검사기로 내 머리를 잡아 당겨있어

나는 다음과 같은 오류가 있지만 파일이 해당 경로에서 누락되지 않습니다.

{ 
    "name": "FriendFinder", 
    "launch_path": "/index.html", 
    "description": "FriendFinder GPS APP", 
    "icons": { 
     "16": "/FriendFinder/images/logo16.png", 
     "32": "/FriendFinder/images/logo32.png", 
     "60": "/FriendFinder/images/logo60.png", 
     "64": "/FriendFinder/images/logo64.png", 
     "90": "/FriendFinder/images/logo90.png", 
     "120": "/FriendFinder/images/logo120.png", 
     "128": "/FriendFinder/images/logo128.png", 
     "256": "/FriendFinder/images/logo256.png" 
    }, 
    "developer": { 
     "name": "Haim Lichaa", 
     "url": "http://wormholesoft.com/ffos/FriendFinder" 
    }, 
    "installs_allowed_from": ["*"], 
    "default_locale": "en", 
    "permissions": { 
     "geolocation": { 
      "description" : "Marking out user location" 
     } 
    } 

} 
: 여기 =============================

Resource in packaged app not found.

Error: A icon within a packaged app is referenced, but the path used does not point to a valid item in the package.

Requested resource: FriendFinder/images/logo120.png manifest.webapp

내 매니페스트입니다

답변

0

/FriendFinder/images/폴더에 logo120.png이 없거나 파일에 잘못된 경로를 추가했음을 의미합니다. 120 120 픽셀이라면 logo120.png가 있는지 확인할 수도 있습니다.

업데이트

포장 된 응용 프로그램을보고 한 후, 당신은 그들이 이미지 '폴더에 직접적으로 아이콘으로 모든 링크 앞에/FriendFinder에 제거해야합니다. 방금 시도했는데 유효성 검사를 통과했습니다.

+0

LOL. 나는 그것이 그렇게 단순했으면 좋겠다. 나는 그것을 게시하기 전에 확인했다. 파일에는 실제로 120 픽셀이 있습니다. – user3089243

+0

logo256.png 또는 logo128.png 중 하나를 사용하고 120px 크기로 조정 한 다음 이전의 로고를 대체하여 logo120.png로 저장합니다. – marlenunez

+0

귀하의 신청서를 마켓 플레이스에 제출했다고 생각합니까? 이러한 솔루션 중 하나가 귀하의 문제를 해결 했습니까? 그렇지 않다면, 당신은 무엇을 했습니까? – fharper