google/pack

Print a warning when missing critical attributes

Open

#37 geöffnet am 29. Apr. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (24 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (226 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

There are some attributes that Pack - itself - doesn't care about, but which are required for the resultant APK to work on Android. For example, missing out android:versionCode doesn't crash Pack, but the resultant APK will be uninstallable on-device. So we should print a warning and direct them to either change their manifest or add CLI switches post #36

Contributor Guide