vladikoff / chromeos-apk

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

"Could not load manifest" (Chromium, ARM7L) #295

Open andrew2763 opened 3 years ago

andrew2763 commented 3 years ago

Hello!

This is my first post on github ever.

I loaded the unpacked extension/APK but it didn't work. I have chromeos-apk.

"Failed to load extension File ~/Desktop/cm.aptoide.pt.android Error There is no "message" element for key extName. Could not load manifest."

Can someone help? Thanks.

cmumme commented 3 years ago

Check #111,

This is an easy fix.

$vim /path_to_com_dir/manifest.json Copy the "name" parameter: "name": "field text"

$vim /path_to_com_dir/_locale/language/message.json add the parameter to the "extName": "extName": { "description": "Extension name", "message": "field text" }

Don't forget the comma.

lilmonix11 commented 2 years ago

it kinda said it to in my chromebook when in trying to open ddlc folder thingi

lilmonix11 commented 2 years ago

Failed to load extension File ~/MyFiles/Apk/DokiDokiLiteratureClub-0.0.5-release.apk.folder Error Manifest file is missing or unreadable Could not load manifest.

lilmonix11 commented 2 years ago

Failed to load extension File /media/fuse/drivefs-242e6a285bf8dba16cb174f20c2cefdb/root/aptoide-latest.apk (Unzipped Files) Error Manifest file is missing or unreadable Could not load manifest.

lilmonix11 commented 2 years ago

eh