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

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

Open
andrew2763 opened this issue Nov 13, 2020 · 5 comments
Open

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

andrew2763 opened this issue Nov 13, 2020 · 5 comments

Comments

@andrew2763
Copy link

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
Copy link

cmumme commented May 13, 2021

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
Copy link

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

@lilmonix11
Copy link

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
Copy link

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
Copy link

eh

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

3 participants