vladikoff / chromeos-apk

☢️ Run Android Apps in Chrome OS OR Chrome in OS X, Linux and Windows.
MIT License
7.74k stars 928 forks source link

errors..... #125

Open linux0ne opened 9 years ago

linux0ne commented 9 years ago

无法加载以下来源的扩展程序: ~/apk/com.tencent.mobileqq.android (QQ.apk) There is no "message" element for key extName.

{ "app": { "background": { "page": "app_main.html" } }, "arc_metadata": { "apkList": [ "custom-android-release-1400197.apk" ], "enableExternalDirectory": false, "formFactor": "phone", "name": "com.tencent.mobileqq", "orientation": "portrait", "packageName": "com.tencent.mobileqq", "useGoogleContactsSyncAdapter": false, "usePlayServices": [ "gcm" ] }, "default_locale": "en", "icons": { "16": "icon.png", "128": "icon.png" }, "import": [ { "id": "mfaihdlpglflfgpfjcifdjdjcckigekc" } ], "manifest_version": 2, "name": "MSG_extName", "oauth2": { "client_id": "133701689125-jj0hr4gb0ff4ulsbrn0uk2i4th946d4c.apps.googleusercontent.com", "scopes": [] }, "offline_enabled": true, "permissions": [ "gcm", { "socket": [ "tcp-connect", "tcp-listen", "udp-bind", "udp-send-to", "resolve-host" ] }, "unlimitedStorage", "notifications", "clipboardRead", { "fileSystem": [ "write" ] }, "https://clients2.google.com/", "videoCapture", "clipboardWrite", "identity.email", "alarms", "storage", "identity", "audioCapture" ], "requirements": { "3D": { "features": [ "webgl" ] } }, "update_url": "https://localhost", "version": "1337" }

jakesylvestre commented 9 years ago

A couple tips for submitting issues, first of all take a look at GH markdown It'll tell you about making code blocks so using code blocks you can do this:

{
"app": {
"background": {
"page": "app_main.html"
}
},
"arc_metadata": {
"apkList": [
"custom-android-release-1400197.apk"
],
"enableExternalDirectory": false,
"formFactor": "phone",
"name": "com.tencent.mobileqq",
"orientation": "portrait",
"packageName": "com.tencent.mobileqq",
"useGoogleContactsSyncAdapter": false,
"usePlayServices": [
"gcm"
]
},
"default_locale": "en",
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"import": [
{
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
}
],
"manifest_version": 2,
"name": "MSG_extName",
"oauth2": {
"client_id": "133701689125-jj0hr4gb0ff4ulsbrn0uk2i4th946d4c.apps.googleusercontent.com",
"scopes": []
},
"offline_enabled": true,
"permissions": [
"gcm",
{
"socket": [
"tcp-connect",
"tcp-listen",
"udp-bind",
"udp-send-to",
"resolve-host"
]
},
"unlimitedStorage",
"notifications",
"clipboardRead",
{
"fileSystem": [
"write"
]
},
"https://clients2.google.com/",
"videoCapture",
"clipboardWrite",
"identity.email",
"alarms",
"storage",
"identity",
"audioCapture"
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"update_url": "https://localhost",
"version": "1337"
}

Also the title of your issue should be a little more descriptive, like There is no "message" element for key extName. as your title. I hope this helped. Anyway good luck on fixing the issue!