Skip to content

Commit

Permalink
upload assets and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed Mar 1, 2019
1 parent 2369d19 commit 2da835b
Show file tree
Hide file tree
Showing 5 changed files with 2,991 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/tools
/app/release
/.idea
*.dat

*.iml
.gradle
Expand All @@ -12,7 +11,6 @@
/build
/captures
.externalNativeBuild
*.aar
.gradle
/build/

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@ Github Releases: https://github.com/eycorsican/Kitsunebi4Android/releases
}
```

## Build

You must first build/download the `tun2socks.aar` library from [here](https://github.com/eycorsican/kitsunebi-android/releases) and copy into `app/libs`, get `geoip.dat` and `geosite.dat` from [these](https://github.com/v2ray/geoip/releases) [two](https://github.com/v2ray/domain-list-community/releases) repos and copy them into `app/src/main/res/raw`, don't forget renaming them.

## 开发相关问题

这个 V2Ray Android 客户端利用 `go-tun2socks` 把所有的 TCP/UDP 流量转给到 V2Ray 处理,所用的 `v2ray-core` 是没经过任何修改的官方版本,所以在配置和体验方面不会有太大差别。但在 Android 上有一些东西需要特殊处理,这也是在配置和使用上造成一些差别的地方。
Expand Down
Binary file added app/libs/tun2socks.aar
Binary file not shown.
Binary file added app/src/main/res/raw/geoip.dat
Binary file not shown.
Loading

0 comments on commit 2da835b

Please sign in to comment.