rovo89 / android_art

Android ART with modifications for the Xposed framework.
Other
376 stars 212 forks source link

Compile error on AOSP-7.1.2-r33。 #77

Open LeadroyaL opened 6 years ago

LeadroyaL commented 6 years ago

Platform: Ubuntu 16.10 AOSP: android-7.1.2_r33 android_art: xposed-nougat, xposed-nougat-mr2

Error: ninja: error: 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libopenjdkjvm_intermediates/export_includes', needed by 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libopenjdk_intermediates/import_includes', missing and no known rule to make it

or

ninja: error: 'out/host/linux-x86/obj/SHARED_LIBRARIES/libart_intermediates/export_includes', needed by 'out/host/linux-x86/obj/EXECUTABLES/dexlist_intermediates/import_includes', missing and no known rule to make it

Step:

shenzhigang commented 5 years ago
  1. Remove WORKING_DIR/.repo/local_manifests/xposed_sdk25.xml
  2. Run repo forall -c "git reset --hard && git clean -fd && git pull" under WORKING_DIR.
  3. Run repo sync under WORKING_DIR.
justcodedroid commented 3 years ago

Platform: Ubuntu 16.10 AOSP: android-7.1.2_r33 android_art: xposed-nougat, xposed-nougat-mr2

Error: ninja: error: 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libopenjdkjvm_intermediates/export_includes', needed by 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libopenjdk_intermediates/import_includes', missing and no known rule to make it

or

ninja: error: 'out/host/linux-x86/obj/SHARED_LIBRARIES/libart_intermediates/export_includes', needed by 'out/host/linux-x86/obj/EXECUTABLES/dexlist_intermediates/import_includes', missing and no known rule to make it

Step:

  • cd AOSP/art
  • rm -r * (if necessary)
  • cp android_art/* ./
  • m -j8

大佬 问题解决了么?