Hi Team, I am trying to integrate chrome apk along with trichromelibrary for the version 111.0.5563.116 in AOSP. I am stuck with this dexpreopt issue while integration. I am stuck at the following error: *Error Message:* ------------------------- [ 97% 47480/48589*] TrichromeLibrary dexpreopt* FAILED: out/target/product/qssi/obj/APPS/TrichromeLibrary_intermediates/dexpreopt.zip /bin/bash -c "bash out/target/product/qssi/obj/APPS/TrichromeLibrary_intermediates/dexpreopt.sh vendor/partner_gms/apps/Chrome/TrichromeLibrary_arm64.apk out/target/product/qssi/obj/APPS/TrichromeLibrary_intermediates/dexpreopt.zip" dex2oatd64 E 04-24 13:21:27 3276 3276 oat_writer.cc:571] No dex files in zip file '/product/app/Trichrom*eLibrary/TrichromeLibrary.apk': Entry not found* error: out/target/product/qssi/obj/APPS/TrichromeLibrary_intermediates/dexpreopt.sh:23 exited with status 1 error in command: ---------------------------
I have used LOCAL_DEX_PREOPT := false in Android.mk file and it resolves the issue. However, there is no optimization and it impacts on the performance. Is there any better solution so that I can maintain the performance and optimize the code? Kindly Suggest. Integrated following apks at qssi/LA.QSSI/LINUX/android/vendor/partner_gms/apps/Chrome Chrome64_x86_64.apk Chrome_arm.apk Chrome_x86.apk Chrome64_arm64.apk Chrome_arm64.apk Chrome_x86_64.apk TrichromeLibrary64_x86_64.apk TrichromeLibrary_arm.apk TrichromeLibrary_x86.apk TrichromeLibrary64_arm64.apk TrichromeLibrary_arm64.apk TrichromeLibrary_x86_64.apk Kindly, suggest. Thanks, Ash -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/d49dee39-5bcb-425c-8858-245a403924d0n%40googlegroups.com.
