Android?

New to FreeBASIC? Post your questions here.
Post Reply
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Android?

Post by Luis Babboni »

Hi,

is not possible to make a program with FreeBasic that could run in Android? I´m right?

Thanks
JohnK
Posts: 279
Joined: Sep 01, 2005 5:20
Location: Earth, usually
Contact:

Re: Android?

Post by JohnK »

On thing you can try is coversion to emscripten. Basically c output converted to javascript. That will run on mostly anything

viewtopic.php?f=17&t=24529&p=217665&hil ... en#p217665
marcov
Posts: 3462
Joined: Jun 16, 2005 9:45
Location: Netherlands
Contact:

Re: Android?

Post by marcov »

Luis Babboni wrote: is not possible to make a program with FreeBasic that could run in Android? I´m right?
/me thinks that depends on how hard you want to work in setting up a crossgcc environment based on androidSDK. Android applications can run mostly native, but it makes deployment harder.

Besides javascript, a more logical way would be some C-to-jvm solution.
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: Android?

Post by Luis Babboni »

Thanks!

Trying to understand! :-)
Post Reply