Building Android app for running PHP and MySQL on Android Tablet

前端 未结 4 1707
盖世英雄少女心
盖世英雄少女心 2021-02-03 12:32

I want to run PHP + MySQL server on my Android Device. People seem to suggest applications like KSWeb and Bit Web.

Other solutions suggested are that I install an applic

4条回答
  •  南笙
    南笙 (楼主)
    2021-02-03 13:07

    I am currently maintaining free and open source web server solution stack package, consisting mainly of the Lighttptd HTTP Server, MySQL database, PHP programming languages. It is still at beta stage.

    It can give you a basic idea about how to develop this type of stuffs in android.

    Yes, its true binaries must compiled for ARM CPU in order make file executable.

    And you can use NDK but i recommend you to go with alternatives like CodeSourcery or Linaro

    Here some starter tutorial for cross compiling Linux program to ARM

    • ARM cross-compiling
    • Cross compiling static C hello world

    Anyway you can read this article how i cross compile for DroidPHP

    • Cross Compiling for DroidPHP

提交回复
热议问题