# android-lua-run **Repository Path**: cuijinquan/android-lua-run ## Basic Information - **Project Name**: android-lua-run - **Description**: 在安卓上编辑和运行lua脚本 - **Primary Language**: Android - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2016-12-22 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README lua_run ======= ## android lua runer. * 在安卓上编辑和运行lua * 支持lua语法高亮 * 支持lua5.2.3版本 * 集成lua5.2离线文档 ## 编译步骤 ``` $ cd lua_run $ android update project -p . -t android-19 $ sh build_native.sh ``` ## other ### 制作过程中借用了下面内容 * jota编辑器 * 文件对话框 * 角标 * lua文档 ### 截图 ![编辑器](1.jpg) ![运行结果](2.jpg) ![离线文档](3.jpg)