Open firejoust opened 3 years 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
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: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.