1 Star 0 Fork 0

倪竞/paho.mqtt.android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
waitForEmulator.sh 287 Bytes
一键复制 编辑 原始数据 按行查看 历史
echo Android Home is: $ANDROID_HOME
echo Waiting for Emulator to Boot.
while true; do
str=`$ANDROID_HOME/platform-tools/adb shell getprop init.svc.bootanim 2>&1`
echo -n .
if [[ $str =~ 'stopped' ]]; then
break
fi
sleep 5
done
echo Finished: $str
echo Emulator has booted.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/nijing779465174/paho.mqtt.android.git
git@gitee.com:nijing779465174/paho.mqtt.android.git
nijing779465174
paho.mqtt.android
paho.mqtt.android
master

搜索帮助