I would like to run a small Windows program on an Android slate. It runs just fine under Wine in Ubuntu, but I am unsure how to install & run Wine on the Android slate.
Sorry if it’s not strictly a programming question. If you want it to be so, I could rephrase it as “will I have to write my Delphi code again Java in order to run it on an Android slate?”
I don’t believe it will work because you would be trying to run x86 software on a non-x86 processor. To start you would need binaries compiled for an ARM processor.