jurihock / voicesmith

Android compatible real-time voice changer and Altered Auditory Feedback (DAF + FAF) app
voicesmith.jurihock.de
GNU General Public License v3.0
192 stars 51 forks source link

Anyone figure out how to get this running in Android Studio? Eclipse seems dead... #23

Closed billy8119 closed 4 months ago

billy8119 commented 2 years ago

well, it's all in the title. A.S. Is choking on GreenDroid. Halp?

tarmin-rehve commented 1 year ago

Hi @billy8119,

You may want to take a look at this fork which enable project building with android studio

VeraUvads commented 1 year ago

@tarmin-rehve I tried to use your fork, but it also doesn't work for me

Screen Shot 2022-11-08 at 18 47 49
tarmin-rehve commented 1 year ago

Hi @VeraUvads , I've just had a try with a fresh cloned repo and it looks good to me with Android Studio 4.2.2.

git submodule update is mandatory to fetch dependent submodules.

After getting all the source code, I simply started AS and selected the inner directory voicesmith as root of the projet:

image

Then AS opened successfully the project:

image

please, let me know if you're still under trouble.

VeraUvads commented 1 year ago

Had a problem with CMaker version.

Please tell me how did you solve this problem?

Screen Shot 2022-11-14 at 11 40 55
tarmin-rehve commented 1 year ago

hello @VeraUvads ,

I'm a bit surprised by the issue that you report. Indeed MathDef.h includes \ not \. Did you change anything in the source code ?

jurihock commented 4 months ago

This issue is related to the legacy version of this app, which is no longer maintained.

The new version of the app is compatible with recent Android Studio and also includes a CI/CD build workflow on GitHub.