Tag: Android
All the articles with the tag "Android".
Building a Signed APK: The Real Output Isn't the APK, It's the Keystore
Notes from trying to build an open-source app myself. The Generate Signed Bundle/APK flow in Android Studio, where the keystore it creates should actually live, and what Play's AAB requirement and Play App Signing changed.
adb Notes: The Architecture and Commands of Android Debug Bridge
Notes on adb for debugging Android builds, from architecture to commands, based on SDK Platform Tools 37.0.1, plus where decade-old guides go wrong.