From da1c74ae3794a624cad0dd3d1db72d66d2175d62 Mon Sep 17 00:00:00 2001 From: "yuyi.lwm" Date: Thu, 17 Mar 2016 14:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8D=E9=80=82=E5=90=88?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\226\260\346\211\213\345\205\245\351\227\250 - android.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/Android/Documentation/\346\226\260\346\211\213\345\205\245\351\227\250-android/\346\226\260\346\211\213\345\205\245\351\227\250 - android.md" "b/Android/Documentation/\346\226\260\346\211\213\345\205\245\351\227\250-android/\346\226\260\346\211\213\345\205\245\351\227\250 - android.md" index 26ccbd07..345e519f 100644 --- "a/Android/Documentation/\346\226\260\346\211\213\345\205\245\351\227\250-android/\346\226\260\346\211\213\345\205\245\351\227\250 - android.md" +++ "b/Android/Documentation/\346\226\260\346\211\213\345\205\245\351\227\250-android/\346\226\260\346\211\213\345\205\245\351\227\250 - android.md" @@ -33,7 +33,7 @@ LuaViewSDK 可以通过 Lua 脚本桥接所有 Native 的功能,所以具有 # 3.大纲 - 环境安装( Android Studio 和 Android SDK ) - Android Studio 建立Android工程(new Android Studio project) -- 通过 build.gradle 添加 alibaba maven 库,导入 LuaViewSDK 依赖 +- 通过 import module方式,导入 LuaViewSDK 依赖 - 使用 Lua 编写业务脚本 - 在 Activity Java 代码中加载 Lua 业务脚本 - 在模拟器中运行 @@ -60,7 +60,7 @@ Android SDK 在 Android Studio中已经包含,但是只是一个最新版的 主要步骤为: 1. 新建Androd工程 -2. 通过 build.gradle 添加 alibaba maven 库,导入 LuaViewSDK 依赖 +2. 添加LuaViewSDK Module 3. 编写 Lua 脚本 4. 在Activity中加载 Lua 脚本 5. 在模拟器中运行