archon-runtime / archon-runtime.github.io

ARChon Runtime for Chrome
http://archon-runtime.github.io/
47 stars 5 forks source link

Cannot load APK as unpacked extension with Archon 2.1.0 on Chrome Stable/Canary #3

Open vinceis1337 opened 9 years ago

vinceis1337 commented 9 years ago

Chrome Version 43.0.2357.2 canary (64-bit)

Canary Warning Messages on Archon 2.1.0: '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'.

Canary Warning Messages on APK: Unrecognized manifest key 'arc_metadata'.

Canary Error Messages on APK: chrome.runtime is not available: 'runtime' is only allowed to run in privileged pages, but this is a unknown Uncaught TypeError: Cannot read property 'runtime' of undefined

APK is unlaunchable due to errors on Canary.

Note this also occurs on Chrome Stable, but does not throw error messages, and instead the APK crashes on launch to the Black aw snap screen.

Chrome Version 41.0.2272.118 m (64-bit)

Stable Warning Messages on Archon 2.1.0: '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'.

Stable Warning Messages on APK: Unrecognized manifest key 'arc_metadata'. 'accessibilityFeatures.read' is not allowed for specified platform.

Stable Console error output: ARC JS Init: 4.910ms plugin.js:1752 Compositor is disabled plugin.js:1752 ARC HTML5 FS: Request FileSystem: 39.185ms plugin.js:1752 File system initialization 1/2 plugin.js:1752 ARC HTML5 FS: prefetchFileMetadata_: 68.586ms plugin.js:1752 ARC Plugin Load: 147.330ms plugin.js:1752 0xC6D26071 is not a valid instance ID. plugin.js:1752 Plugin failed to load plugin.js:1752

KevinStirling commented 9 years ago

Same happens for me: Chrome Version 41.0.2272.118 (64-bit) Error message:

'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'.

I also am receiving error messages on loading in the Sample App, saying that WebGL is not supported.

iarc13 commented 7 years ago

yes, same here, it says WebGL is not supported sometimes.