mirror of https://github.com/alibaba/MNN.git
upda README
This commit is contained in:
parent
8d39cdf685
commit
7b9854b4af
|
@ -36,7 +36,7 @@ This is our full multimodal language model (LLM) Android app
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
## Windows
|
## Windows
|
||||||
基于`AndroidStuido` IDE进行构建:
|
Using `Android Studio` IDE for building:
|
||||||
+ Clone the repository:
|
+ Clone the repository:
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/alibaba/MNN.git
|
git clone https://github.com/alibaba/MNN.git
|
||||||
|
|
|
@ -48,17 +48,17 @@
|
||||||
git clone https://github.com/alibaba/MNN.git
|
git clone https://github.com/alibaba/MNN.git
|
||||||
```
|
```
|
||||||
+ 配置Android SDK与NDK
|
+ 配置Android SDK与NDK
|
||||||
```
|
```shell
|
||||||
#here we use sdkmanager to install SDK/NDK tools
|
#here we use sdkmanager to install SDK/NDK tools
|
||||||
sudo sdkmanager "platforms;android-35"
|
sudo sdkmanager "platforms;android-35"
|
||||||
sudo sdkmanager "build-tools;33.0.1"
|
sudo sdkmanager "build-tools;33.0.1"
|
||||||
```
|
```
|
||||||
+ 编译构建
|
+ 编译构建
|
||||||
```
|
```shell
|
||||||
#仅编译debug版本
|
#仅编译debug版本
|
||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
#编译且安装,需要确保安卓设备已连接
|
#编译且安装,需要确保安卓设备已连接
|
||||||
./gradlew installDebug
|
./gradlew installDebug
|
||||||
```
|
```
|
||||||
|
|
||||||
# Releases
|
# Releases
|
||||||
|
|
Loading…
Reference in New Issue