Closed salvogiangri closed 1 year ago
The same issue happens when trying to build the app via CLI: https://github.com/BlackMesa123/SamloaderKotlin/actions/runs/4832737833/jobs/8611891261
I think this should be fixed in the latest commit.
I can confirm commit 64fc960a3c7d0eb491bd465db564a7eeebed5b2a fixes the issue. Thank you.
I'm currently having some issues building the app from sources with the provided guide in README, I'm using the latest Android Studio Canary build. By cloning the repo, opening the project in AS, running the
:android:build
task throws this error:Adding
buildConfig = false
underbuildFeatures
in the "android" gradle config does solve the error, however the app crashes when launching:Anything wrong in my side?