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
My AndroidManifest.xml has <application ... android:label="@string/app_name"> and fastlane-plugin-s3 seems to use label attributes to determine the app title to put in the download HTML for Android, but the string name it resolves is "0x0" producing a download page that looks like:
Am I doing something weird by using a resource value reference instead of a hardwired name? Is there a way around this?
The text was updated successfully, but these errors were encountered:
I'm guessing this is due to devunwired/apktools#14
My AndroidManifest.xml has
<application ... android:label="@string/app_name">
and fastlane-plugin-s3 seems to uselabel
attributes to determine the app title to put in the download HTML for Android, but the string name it resolves is "0x0" producing a download page that looks like:Am I doing something weird by using a resource value reference instead of a hardwired name? Is there a way around this?
The text was updated successfully, but these errors were encountered: