Project

General

Profile

Actions

Replicant60BuildTips » History » Revision 1

Revision 1/7 | Next »
Wolfgang Wiedmeyer, 06/21/2017 08:50 PM
init with build error


Tips for building Replicant

Build errors

On a less powerful build host, the following build error can happen:

target Java: org.cyanogenmod.platform.sdk (/home/replicantbuilder/replicant-6.0/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform.sdk_intermediates/classes)
javac: file not found: /home/replicantbuilder/replicant-6.0/out/target/common/obj/APPS/org.cyanogenmod.platform-res_intermediates/src/cyanogenmod/platform/Manifest.java
Usage: javac <options> <source files>
use -help for a list of possible options
build/core/java.mk:394: recipe for target '/home/replicantbuilder/replicant-6.0/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform.sdk_intermediates/classes-full-debug.jar' failed
make: *** [/home/replicantbuilder/replicant-6.0/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform.sdk_intermediates/classes-full-debug.jar] Error 41

This can be fixed by building the specific target that fails:

mka org.cyanogenmod.platform-res

Cleaning up

Updated by Wolfgang Wiedmeyer almost 7 years ago · 1 revisions

Also available in: PDF HTML TXT