Skip to content

java code not strictly required #32

Closed
@lumenkeyes

Description

@lumenkeyes

Per Android Developers, if an apk is created with android:hasCode="false" in the manifest, android's apk tools will happily build it without adding any Java code. Perhaps the check in apk.zig could be turned off with an option? I could submit a PR with a quick change I made, you just have to use it like this:

const apk = android.APK.create(b, android_tools);
apk.hasCode = false;

Can rewrite if you'd like a nicer interface, but would be nice to have some way to turn off the check

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions