shmykelsa / AAAD

Other
1.75k stars 196 forks source link

Unable to compile with gradle #135

Open firejoust opened 3 years ago

firejoust commented 3 years ago

Hello, I'm attempting to compile the java source code into an apk with gradle. So far I've tried running gradle build in the project's root directory after cloning and I get an output listing dependencies trailed by this message:

(*) - dependencies omitted (listed previously)

A web-based, searchable dependency report is available by adding the --scan option.

BUILD SUCCESSFUL in 477ms

However, no build directory is created, and when I create it manually nothing is compiled (it seems) I'm relatively new to using gradle and was just wondering if i'm doing something wrong here or if there are a few extra steps required to achieve this.

GangsterFox commented 4 weeks ago

I know this issue is at this point almost 3 years old, but I am attempting to build it this time. There are a few big issues revolving around building AAAD, mainly there are a lot of files missing to actually build it. There are no properly set build.gradle's, there is no BuildConfig file for AboutPaymentActivity.kt and many other files missing. This is probably deliberate to not allow people to modify the app to get Pro version for free, but I find this quite annoying to open source something to some extent, but is incomplete.

In any case this won't stop me