How to build wine to apk?

Questions about Wine on Android
Locked
leoyenschen
Newbie
Newbie
Posts: 3
Joined: Thu Feb 18, 2021 2:09 am

How to build wine to apk?

Post by leoyenschen »

How to build wine to apk?
Could someone give me a detail build process?

Thank you very much.
qwerty_in_me
Newbie
Newbie
Posts: 2
Joined: Thu Jul 22, 2021 3:54 am

Re: How to build wine to apk?

Post by qwerty_in_me »

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 privilages you could install the necessary libs to compile on Android or try to cross-compile on PC.

Unless someone has allready built an apk, this will take a lot of effort either way.
Locked