1 Star 0 Fork 0

soip/NetCipher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup-ant 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
set -e
set -x
if [ -z $ANDROID_HOME ]; then
if [ -e ~/.android/bashrc ]; then
. ~/.android/bashrc
else
echo "ANDROID_HOME must be set!"
exit
fi
fi
# fetch target from project.properties
eval `grep '^target=' libnetcipher/project.properties`
$ANDROID_HOME/tools/android update lib-project --path libnetcipher --target $target
$ANDROID_HOME/tools/android update project --path sample --subprojects --target $target
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/gjl3189/NetCipher.git
git@gitee.com:gjl3189/NetCipher.git
gjl3189
NetCipher
NetCipher
master

搜索帮助