vladikoff / chromeos-apk

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

minimum_chrome_version' is only allowed for extensions, legacy packaged apps, hosted apps, packaged apps, and themes, but this is a shared module. #297

Closed im-nazmul closed 3 years ago

im-nazmul commented 3 years ago

Hi, I downloaded ARChon Custom Runtime 1.2 from given link and while I try to install I got two error.

  1. 'minimum_chrome_version' is only allowed for extensions, legacy packaged apps, hosted apps, packaged apps, and themes, but this is a shared module.
    {
    "update_url": "http://localhost",
    "name": "ARChon Custom Runtime 1.2 - x86_64",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "version": "38.4410.120.43",
    "default_locale": "en",
    "arc_build_tag": "arc-runtime-38.4410.120.43",
    "about_page": "NOTICE.html",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwTjmSbBD9uFJEUR7jMYAL1sPXqCNe7ljIb6dheKIYjkNtLt1YuiAw4Pul/PO+aYtm8tsbFnsNZ73AxhMX9aPxuzwlAak/iN6atxv7h8mwOg6HiHdxTDnOPrCv7fEud5aUFaq7sqDhiqwMpJoIOa1w7c299z3oXIrG1FGEkid1IQIDAQAB",
    "export": {
    "resources": [
      "*"
    ]
    },
    "icons": {
    "16": "icon.png",
    "128": "icon.png"
    },
    "platforms": [
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/nacl_i686/"
    },
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/nacl_x86_64/"
    },
    {
      "nacl_arch": "arm",
      "sub_package_path": "_platform_specific/bare_metal_arm/"
    }
    ]
    }
  2. Unrecognized manifest key 'arc_build_tag'.
"manifest_version": 2,
  "minimum_chrome_version": "32",
  "version": "38.4410.120.43",
  "default_locale": "en",
  "arc_build_tag": "arc-runtime-38.4410.120.43",
  "about_page": "NOTICE.html",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwTjmSbBD9uFJEUR7jMYAL1sPXqCNe7ljIb6dheKIYjkNtLt1YuiAw4Pul/PO+aYtm8tsbFnsNZ73AxhMX9aPxuzwlAak/iN6atxv7h8mwOg6HiHdxTDnOPrCv7fEud5aUFaq7sqDhiqwMpJoIOa1w7c299z3oXIrG1FGEkid1IQIDAQAB",
  "export": {
    "resources": [
      "*"
    ]
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "platforms": [
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/nacl_i686/"
    },
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/nacl_x86_64/"
    },
    {
      "nacl_arch": "arm",
      "sub_package_path": "_platform_specific/bare_metal_arm/"
    }
  ]
}

Now what can I do for it?

Note: My Chrome Version is: Version 89.0.4389.82 (Official Build) (64-bit)

Thank you Nazmul Hossain

DineshGuptaa commented 3 years ago

Same issue faced but found solutionhttps://github.com/vladikoff/chromeos-apk/issues/255. After that I am unable to see icon of the app in chrome://apps. Please help me to launch the app 1. image

2. image

im-nazmul commented 3 years ago

Sorry for the previous comment. I didn't read well. Sorry.

You Just need to re-load this package then you will get it.

Thank you

im-nazmul commented 3 years ago

Another word. This error wont effect on your app either. so don't worry!

ghost commented 3 years ago

image got same issue here, can not install the extension manually.

im-nazmul commented 3 years ago

Like i already said this error won't affect in your installed app. You can now start use your emulator.
But there's an big issue is most of app not working with this emulator anymore. You had better you an emulator app. Thanks

anikde commented 3 years ago

whenver I try to reload the package, the package vanishes from the extension list. What can be done?

beeeater-bit commented 2 years ago

whenver I try to reload the package, the package vanishes from the extension list. What can be done?

I'm having the exact same issue.

marco-github-uk commented 2 years ago

I have he same issue

Muelpro commented 1 year ago

Have you tried removing the "minimum_chrome_version" key from the manifest.json? Try to remove that and also the 'arc_build_tag' key

luiwashere commented 1 month ago

i got 2 errors "minimum_chrome_version" and "arc_build_tag" removing "minimum_chrome_version", and "arc_build_tag": "arc-runtime-41.4410.238.0",

from manifest.json worked for me