An open API service indexing awesome lists of open source software.

https://github.com/lizhangqu/yaml

yaml for android
https://github.com/lizhangqu/yaml

Last synced: 8 months ago
JSON representation

yaml for android

Awesome Lists containing this project

README

          

### Yaml

将yaml-cpp移植到android上的sample

### 安装boost

```
brew update
brew install boost
brew upgrade boost
```

### 编译so

```
./gradlew :library:externalNativeBuildDebug
./gradlew :library:externalNativeBuildRelease
```