Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load extension...'import" extension is not installed. #151

Closed
eaugust opened this issue Feb 3, 2015 · 11 comments
Closed

Failed to load extension...'import" extension is not installed. #151

eaugust opened this issue Feb 3, 2015 · 11 comments

Comments

@eaugust
Copy link

eaugust commented Feb 3, 2015

Failed to load extension from: ~/chromeos-apk-master/APKs/com.alphonso.pulse/com.alphonso.pulse.android
'import' extension is not installed.

Here's the manifest.json file contents:

{
"app": {
"background": {
"page": "app_main.html"
}
},
"arc_metadata": {
"apkList": [
"custom-android-release-1400197.apk"
],
"enableExternalDirectory": false,
"formFactor": "phone",
"name": "com.alphonso.pulse",
"orientation": "portrait",
"packageName": "com.alphonso.pulse",
"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"
}

@vladikoff
Copy link
Owner

Did you add ARChon or Google's Runtime (if on a Chromebook)? http://archon-runtime.github.io/

@eaugust
Copy link
Author

eaugust commented Feb 3, 2015

Yes (if it matters, I'm running Ubuntu 14.04)
chrome extensions

@vladikoff
Copy link
Owner

ID should say ID: mfaihdlpglflfgpfjcifdjdjcckigekc. Can you try 2.1 -x86_32 from http://archon-runtime.github.io/?

@eaugust
Copy link
Author

eaugust commented Feb 3, 2015

Thanks, I will give it a try and let you know if it works.

@eaugust
Copy link
Author

eaugust commented Feb 3, 2015

Awesome - it worked! Thanks again!

@eaugust eaugust closed this as completed Feb 3, 2015
@LJMJr
Copy link

LJMJr commented Nov 26, 2015

I'm following the instructions on
https://www.linux.com/learn/tutorials/842630-installing-android-apps-on-linux-with-archon.
Developer Mode checked
Have loaded: ARChon Custom Runtime 1.2 - x86_32 38.4410.120.43
2 Error messages
'minimum_chrome_version' is only allowed for extensions, hosted apps, legacy packaged apps, and packaged apps, but this is a shared module.
Unrecognized manifest key 'arc_build_tag'.
line 1 to 6 of error page shown below:
"update_url": "http://localhost",
"name": "ARChon Custom Runtime 1.2 - x86_32",
"manifest_version": 2,
"minimum_chrome_version": "32",
"version": "38.4410.120.43",

I'm using Google Chrome 48.0.2564.10 (Official Build) dev (32-bit).
Ubuntu v12.04 32 bit

I tried to download v2.1 32 bit but when I loaded unpacked extensions it showed as 64 bit, so I stayed with the above.

If I try to load unpacked extensions of an arkchon packaged file I get the following error message:
Failed to load extension from: ~/Cribbage
WebGL is not supported.

Any suggestions?

@asprakash
Copy link

I am also facing the same issue like LJMJr faced. I am getting the error, WebGL is not supported.
I am using v2.1 32bit version on Ubuntu 14.04 and my chrome browser version is 48.0.2564.116

@codywohlers
Copy link

codywohlers commented Jun 9, 2017

@asprakash you can enable WebGL in chrome://flags

Update: You may also need to enable Override software rendering list

@edmundlaugasson
Copy link

Tried with enabled WebGL and Override... but did not work....

@Lostguestsneeze
Copy link

Did You Try Updating Your Browser In Your UNBUTU Computer

@edmundlaugasson
Copy link

Using Arch-based distro, which has usually up-to-date software. Also in current case, the browser was very latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants