squti/Android-Wave-Recorder

Please clarify setup instructions

Closed this issue · 3 comments

I'm trying to set this project up, and I was confused about step 2 in:

https://github.com/squti/Android-Wave-Recorder#download

In which build.gradle does this belong?

Also,

https://github.com/squti/Android-Wave-Recorder#permission

is vague, since there are two AndroidManifests.

squti commented

Are you trying to use it in your own project or you are looking for the implementation in the sample project?

I'm using the sample to produce a modification.

squti commented

In the sample project, I used the android-wave-recorder library as a module using implementation project(':android-wave-recorder') in the app build.gradle file. You can use readme instructions to fetch the library using JitPack and remove the module and fetch it remotely. I recommend creating a new project and copy-paste the sample code and following the readme file.