Search found 2 matches

by qwerty_in_me
Thu Jul 22, 2021 4:10 am
Forum: Android
Topic: Hey im a new android user, need some help
Replies: 1
Views: 61638

Re: Hey im a new android user, need some help

do you know why you can't run x86 binaries on a ppc or amd64 platform? because the instruction set doesn't mach.
unless that's not the problem you likely have a corrupted EXE, wine missconfiguration or something else copletely
by qwerty_in_me
Thu Jul 22, 2021 4:03 am
Forum: Android
Topic: How to build wine to apk?
Replies: 1
Views: 61912

Re: How to build wine to apk?

while quite late and I'm not an android dev myself, I don't think it's as easy as compiling and packaging the source code as DalvikVM/ART run java while Wine does not. This does not mean that you can't, it's just not easy. However if you were to open a shell sesion on android and gain superuser priv...