rhasspy_mobile icon indicating copy to clipboard operation
rhasspy_mobile copied to clipboard

Build instructions

Open mrchainman opened this issue 3 years ago • 3 comments

Hi, first of all thanks for the app, exactly what I was looking for! I have an old Tablet running on Android 7.1.2 for which I am trying to build your app (I saw in the versions file you set the min requirement to 7.2.2) Could you provide some buildinstructions? I am getting errors about depreceated packages.

Thanks

mrchainman avatar Jan 04 '23 19:01 mrchainman

The min Version for the app is Android SDK 23 which is Android 6.0 so it should run on your devices. You should only need to download Android studio and sync the gradle project, Android Studio should prompt any necessary plugins etc. You only need a valid JDK that you can download within Android Studio in Settings -> Build, Execution, Deployment -> Build Tools -> Gradle -> Gradle JDK dropdown. I use correctto-18.

When you want to build a release version you need to create your own android keystore. I will give more instruction on how to build a custom version after the next release because i simplified the keystore setup by using a config file.

Nailik avatar Jan 06 '23 19:01 Nailik

TODO: add documentation how to build project into wiki.

Nailik avatar Jan 25 '23 23:01 Nailik

@mrchainman actually i just remember this and checked, min sdk is set to 23 which is Android 6 therefore it should run on your 7.1.1 device

Nailik avatar Aug 15 '23 21:08 Nailik