You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:Can rewrite if you'd like a nicer interface, but would be nice to have some way to turn off the check
The text was updated successfully, but these errors were encountered: