ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.65k stars 260 forks source link

Android Studio #71

Open Painadath opened 3 years ago

Painadath commented 3 years ago

Error

Error: Global Symbol collector_func_load not found, cannot apply R_X86_64_GLOB_DAT @0x7f90305f88 ((nil)) in /home/pi/android-studio/jre/lib/server/libjvm.so
Error: Symbol posix_fallocate not found, cannot apply R_X86_64_JUMP_SLOT @0x7f90306128 (0x27aed6) in /home/pi/android-studio/jre/lib/server/libjvm.so
Error: Symbol vfork not found, cannot apply R_X86_64_JUMP_SLOT @0x7f90306220 (0x27b0c6) in /home/pi/android-studio/jre/lib/server/libjvm.so
Warning: Weak Symbol __gmon_start__ not found, cannot apply R_X86_64_JUMP_SLOT @0x7f90306230 (0x27b0e6)
Error: Symbol getutxent not found, cannot apply R_X86_64_JUMP_SLOT @0x7f903063f0 (0x27b466) in /home/pi/android-studio/jre/lib/server/libjvm.so
Warning: Weak Symbol collector_func_load not found, cannot apply R_X86_64_JUMP_SLOT @0x7f90306658 (0x27b936)
Error: Symbol setutxent not found, cannot apply R_X86_64_JUMP_SLOT @0x7f90306728 (0x27bad6) in /home/pi/android-studio/jre/lib/server/libjvm.so
Error: relocating Plt symbols in elf libjvm.so
Error initializing needed lib libjvm.so
Warning: Cannot dlopen("/home/pi/android-studio/jre/lib/server/libjvm.so"/0x7f91343980, 102)
Error: dl failure on line 598
Error: failed /home/pi/android-studio/jre/lib/server/libjvm.so, because Cannot dlopen("/home/pi/android-studio/jre/lib/server/libjvm.so"/0x7f91343980, 102)
hex007 commented 3 years ago

Really? You want to run Android Studio on pi ?

Painadath commented 3 years ago

@hex007 I want to run the emulator not android studio any idea?

ptitSeb commented 2 years ago

Box64 doesn't support Java for now.

hex007 commented 2 years ago

Use pi things for android on pi. Thrrr are projects that support full android os on it

Painadath commented 2 years ago

But is there a working emulator for raspberry pi? And I hate using android as os on raspberry pi

USMP-lancer commented 2 years ago

Box64 doesn't support Java for now.

so far the only issue i seen when trying to use the jre to run an .jar is it cant see the jar file, though its hard to see any other issue atm

rajdakin commented 1 month ago

Is this fixed now?