เว็บไซต์ 9to5Google พบไฟล์ Fuchsia SDK และการทดสอบ Android Emulator ใน Android Open Source Project (AOSP) ระบุ Fuchsia OS ใหม่ของกูเกิล จะสามารถรองรับแอป Android ด้วย ART (Android Runtime) เวอร์ชันพิเศษสำหรับ Fuchsia OS เพื่ออ่านไฟล์ .far ซึ่งเทียบกับไฟล์ .apk ของ Android ภายใน AOSP ยังพบข้อมูลคำอธิบายของกูเกิลในไฟล์ README.md ด้วยว่า Fuchsia OS รองรับทั้งสถาปัตยกรรม x86 และ ARM64 ด้วยดังนี้ These targets are used to build ART for Fuchsia. They differ from usual Android devices as they do not target specific hardware. They will produce a fuchsia package (.far file). Supported architectures: * arm64 * x86_64 ที่มา : 9to5Google Topics: FuchsiaOperating SystemGoogle