This step will build an .apk using Gradle.
sudo apt install openjdk-11-jre-headless
Then aliased this gradle:
https://gitlab.com/fdroid/fdroidserver/-/blob/master/gradlew-fdroid
| Failed |
This step will build an .apk using Gradle.
sudo apt install openjdk-11-jre-headless
Then aliased this gradle:
https://gitlab.com/fdroid/fdroidserver/-/blob/master/gradlew-fdroid
| 251 | at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) |
|---|---|
| 252 | at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41) |
| 253 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:59) |
| 254 | at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$0(DefaultWorkerExecutor.java:174) |
| 255 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) |
| 256 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:187) |
| 257 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:120) |
| 258 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:162) |
| 259 | at org.gradle.internal.Factories$1.create(Factories.java:31) |
| 260 | at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:264) |
| 261 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:128) |
| 262 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:133) |
| 263 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:157) |
| 264 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:126) |
| 265 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) |
| 266 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) |
| 267 | at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) |
| 268 | at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47) |
| 269 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) |
| 270 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) |
| 271 | at java.base/java.lang.Thread.run(Thread.java:833) |
| 272 | |
| 273 | |
| 274 | BUILD FAILED in 27s |
| 275 |
| 22 | > Task :app:extractDeepLinksGitpull |
|---|---|
| 23 | |
| 24 | > Task :app:processGitpullMainManifest |
| 25 | /var/drydock/workingcopy-79/repo/libre-busto/app/src/gitpull/AndroidManifest.xml Warning: |
| 26 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present |
| 27 | |
| 28 | > Task :app:processGitpullManifest |
| 29 | > Task :app:buildKotlinToolingMetadata |
| 30 | > Task :app:extractProguardFiles |
| 31 | > Task :app:mergeGitpullJniLibFolders |
| 32 | > Task :app:processGitpullManifestForPackage |
| 33 | > Task :app:javaPreCompileGitpull |
| 34 | > Task :app:mergeGitpullResources |
| 35 | > Task :app:checkGitpullDuplicateClasses |
| 36 | > Task :app:mergeGitpullNativeLibs |
| 37 | > Task :app:desugarGitpullFileDependencies |
| 38 | > Task :app:mergeGitpullStartupProfile |
| 39 | |
| 40 | > Task :app:stripGitpullDebugSymbols |
| 41 | Unable to strip the following libraries, packaging them as they are: libmaplibre.so. |
| 42 | |
| 43 | > Task :app:processGitpullResources FAILED |
| 44 | > Task :app:mergeExtDexGitpull |
| 45 | 24 actionable tasks: 24 executed |
| 46 |
| Passed |
Clean Gradle directory to avoid nasty errors like:
| 1 | Found 8.7 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/8.7/bin/gradle clean |
| 3 | |
| 4 | > Configure project :app |
| 5 | WARNING: The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated. |
| 6 | The current default is 'false'. |
| 7 | It will be removed in version 9.0 of the Android Gradle plugin. |
| 8 | To keep using this feature, add the following to your module-level build.gradle files: |
| 9 | android.buildFeatures.buildConfig = true |
| 10 | or from Android Studio, click: `Refactor` > `Migrate BuildConfig to Gradle Build Files`. |
| 11 | |
| 12 | > Task :app:clean |
| 13 | |
| 14 | BUILD SUCCESSFUL in 3s |
| 15 | 1 actionable task: 1 executed |
| 16 |
| Passed |
| Passed |