blob: 9508c14a9850162b87456866a8331d1b13cabcf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
name: feedback-feedreader-apk-naming
description: "Send feedreader debug APKs under a stable, descriptive filename, not the default app-debug.apk"
metadata:
node_type: memory
type: feedback
originSessionId: 375c858e-e817-41e8-a076-7920d22eab2b
---
When sending Peter a debug build of the "Feeds" app, copy/rename the Gradle output (`app/build/outputs/apk/debug/app-debug.apk`) to `feeds-debug.apk` before sending, rather than sending the default filename as-is.
**Why:** He explicitly asked for this ("name the apk feeds-debug.apk so I can keep them straight") after receiving a couple of same-named `app-debug.apk` builds in a row — he's juggling multiple app builds/devices and needs the filename itself to disambiguate which project/app a given APK is.
**How to apply:** Applies to this project specifically; if other Android projects come up, ask or infer a similarly stable, project-specific filename rather than defaulting to the Gradle output name.
|