I am trying to compile Android N while disabling Jack by setting: ANDROID_COMPILE_WITH_JACK := false in aosp/build/core/combo/javac.mk.
While compiling APP, there is always the error msg:
ninja: error: 'out/target/common/obj/APPS/Bluetooth_intermediates/with-local/classes.dex', needed by 'out/target/common/obj/APPS/Bluetooth_intermediates/classes.dex', missing and no known rule to make it
make: *** [ninja_wrapper] Error 1
Anyone has any idea about this err?
Thanks. Simmis.