Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 803 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 803 Bytes

Building and signing the Language Forge Android app

  1. Download Android Studio
  2. In Android Studio, in 'File' > 'New' > 'Project from Version Control...', paste https://github.com/sillsdev/android-web-languageforge.git for 'URL', and click 'Clone'.
  3. Verify that the version code and version name say what you want them to in build.gradle.
  4. In 'Build' > 'Select Build Variant...', under 'Active Build Variant', click 'debug' (if visible) to open a dropdown, and select 'release'.
  5. Build an signed APK by going to 'Build' > 'Build Bundles/APK(s)' > 'Build APK(s)'. Sign it with the key whose SHA256 fingerprints are in the assetlinks file.
  6. Upload the newly built release APK to the Google Play Store.