vladikoff / chromeos-apk

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

Unrecognized manifest key 'arc_metadata #240

Open ghost opened 7 years ago

ghost commented 7 years ago

So I have been reading through all the issue reports and heard that "Unrecognized manifest key 'arc_metadata" isn't an issue. I'm trying to get DJI GO to work. I have the file converted and everything is working but the app doesn't load after about 5-7mins of waiting. I was also wondering if it was an issue with GPS, I don't think the app using it but can it could cause an effect...

Can anyone explain why? Or help me?

Running chrome os 32/bit acer intel 5th gen

mrvik commented 7 years ago

It seems like chrome doesn't recognize this metadata. The arc_metadata is for ARC not for chrome

Brando-code commented 7 years ago

I have the same problem for every app I install... After starting even waiting for more than 30 minutes these don't works...

The warning is always the same:

Unrecognized manifest key 'arc_metadata'.
ARC Window Popup: 348.4462890625ms
ARC appWindow Init: 1.655029296875ms
ARC JS Init: 5.11083984375ms
Compositor is disabled
ARC HTML5 FS: Request FileSystem: 10.212890625ms
File system initialization 1/2
ARC HTML5 FS: prefetchFileMetadata_: 20.498046875ms
ChildPlugin backgroundpage:0:umareporter(so_executable) Run: 2003.126220703125ms
retry to spawn with timeout 4sec.
ChildPlugin backgroundpage:0:umareporter(so_executable) Run: 4005.087646484375ms
timeout to spawn ChildPlugin process: umareporter(so_executable), umareporter bool ArcRuntime.DexoptInterrupted false
retry to spawn with timeout 8sec.
ChildPlugin backgroundpage:0:umareporter(so_executable) Run: 8004.23193359375ms
retry to spawn with timeout 16sec.

The highlighted code lines are (instagram app in this case):

    "arc_metadata": {
        "enableAdb": true,
        "apkList": [
            "Instagram_10.25.1_apk-dl.com.apk"
        ],
        "enableExternalDirectory": false,
        "formFactor": "tablet",
        "name": "Instagram_10.25.1_apk",
        "orientation": "landscape",
        "packageName": "Instagram_10.25.1_apk",
        "useGoogleContactsSyncAdapter": false,
        "usePlayServices": [
            "gcm",
            "plus"
        ]
    },

I am on Debian testing with Chromium (Vers. 59.0.3071.86 64bit), Twerk (vers. 1.4.2) and ARChon Custom Runtime (vers. 1.2).

How can I solve this problem?

mrvik commented 7 years ago

I'm running some apps with ARCWelder Twerk didn't work for me (Tested on ArchLinux with Chrome 59.0.3071.109 (AUR)) @winnipeg23 @Brando-code