google/pack

Print a warning when missing critical attributes

Open

#37 建立於 2025年4月29日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (24 fork)auto 404
good first issue

倉庫指標

Star
 (226 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南