Skip to content

subhAShita/app_pratimAlA_scala

Repository files navigation

Historical notes

Initial setup

  • Link /home/vvasuki/.android/sbt/sdk to android sdk folder.
  • Just use the Build menu in Intellij to generate signed apk. If it fails, do packageRelease

Quick sbt commands

  • You may need to drop the app/ below.
    • app/android:run
    • app/android:packageRelease
      • This uses credentials to keystore in local.properties, if available.
      • APK will go in target/android/output/

Help links