JanWilczek / android-wavetable-synthesizer

A wavetable synthesizer Android app built using Jetpack Compose and the Oboe library.
GNU Lesser General Public License v3.0
44 stars 9 forks source link

not standard path for signing configuration #1

Open hpsaturn opened 1 year ago

hpsaturn commented 1 year ago

Overview

First, thanks for your videos and explanations, good job. Regarding with the issue, I think that the configuration only for Windows is a bug right now that crash on Linux compilation for example. I suggest using env variables or relative paths. Also the default configuration only on debug mode, without any signing configuration.

Output

./gradlew assembleRelease

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Build file '/home/avp/workspace/wavetable/app/build.gradle' line: 9

* What went wrong:
A problem occurred evaluating project ':app'.
> java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Users\admin\AndroidStudioProjects\WavetableSynthesizer\keystores\WavetableSynthesizer.jks
JanWilczek commented 1 year ago

Hi Antonio,

Many thanks for reporting the issue. Would it be enough to simply remove the release configuration completely from the repository? Then everyone can create their own.

Best regards,

Jan

From: Antonio Vanegas Sent: Monday, November 21, 2022 12:37 PM To: JanWilczek/android-wavetable-synthesizer @.> Cc: Subscribed @.> Subject: [JanWilczek/android-wavetable-synthesizer] not standard path for signing configuration (Issue #1)

Overview

First, thanks for your videos and explanations, good job. Regarding with the issue, I think that the configuration only for Windows is a bug right now that crash on Linux compilation for example. I suggest using env variables or relative paths. Also the default configuration only on debug mode, without any signing configuration.

Output

./gradlew assembleRelease

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

— Reply to this email directly, view it on GitHub https://github.com/JanWilczek/android-wavetable-synthesizer/issues/1 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AF6TC4ZBCYHA6KXYP4EDIF3WJNNGHANCNFSM6AAAAAASGRPDRE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tomaszrykala commented 1 year ago

@JanWilczek Hi. That's one solution. It worked on my Mac. Provide a PR?

JanWilczek commented 1 year ago

Sure 🙂