Cannot build from sources
bublik:~/StudioProjects/bkemu-android$ ./gradlew build
Welcome to Gradle 8.11.1!
Here are the highlights of this release:
- Parallel load and store for Configuration Cache
- Java compilation errors at the end of the build output
- Consolidated report for warnings and deprecations
For more details see https://docs.gradle.org/8.11.1/release-notes.html
Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details
FAILURE: Build failed with an exception.
-
Where: Build file '/home/bublik/StudioProjects/bkemu-android/app/build.gradle' line: 46
-
What went wrong: A problem occurred evaluating project ':app'.
path may not be null or empty string. path='null'
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org.
BUILD FAILED in 15s
bublik:
Hi, I am also facing same problem. It seems, that one need signature key as a part of signing process of an android app and as a part of deployment to app store. Those are developer specific. I have tried to overcome somehow this issue, but without success now.
Yes, ./gradlew build builds release APK and requires a keystore file with signing information configured in local.properties file. For app testing and debugging, you could use ./gradlew assembleDebug to compile debug APK file that not requires signing. Make sure you have updated sources, because I just pushed a small fix that resolves a debug APK build problem when release keystore file is not configured.