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

Document common manifest.yml tasks #125

Open
torrancew opened this issue Aug 4, 2023 · 3 comments
Open

Document common manifest.yml tasks #125

torrancew opened this issue Aug 4, 2023 · 3 comments

Comments

@torrancew
Copy link

Thank you for your work on this project, it greatly simplified the process of building a simple Android app I had been thinking about for some time!

One thing I stumbled over a bit was the format of manifest.yml -- I think I've got a better handle on the basic parts of it now (updating the package & label, etc), but am still struggling to set an icon.

If you could point me in the correct direction, I'd be happy to put together a simple "Hello, World" example in this repo and accompanying documentation to help future users more easily customize the Android side of things

Thanks again!

@duckinator
Copy link

When this is documented, whoever documents it should be sure to mention that the filename is specifically manifest.yaml.

I've seen multiple references in the issues to manifest.yml, but only manifest.yaml is actually checked!

@ModernType
Copy link

Can you explain how to use manifest.yaml because I struggle with it a lot and can't find any example to show how to use it, only official AndroidManifest.xml docs

@ModernType
Copy link

ModernType commented Feb 12, 2024

So after looking into source code for a while I finally found a way to add icon for your android app. The simplest way is to add icon attribute to your manifest.yaml like so:

icon: "icon.png"

android:
  manifest:
    application:
      label: "Library"

Your icon image should be at least 512x512 if I've got it correctly to compile

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