摘要: 1.安装SDK 配置环境变量 1.桌面计算机右键属性—>高级系统设置—>环境变量 2.在系统变量一栏中,点击新建,变量名输入ANDROID_HOME,变量值为SDK的路径:D:\sdk-x86\sdk 3.在系统变量中,找到Path,选中Path并点击编辑——点击新建,在环境变量中输入%ANDROI 阅读全文
posted @ 2019-12-19 11:34 帅气的俊俊 阅读(2587) 评论(0) 推荐(0)
摘要: #-*- coding: utf-8 -*-"""A TestRunner for use with the Python unit testing framework. Itgenerates a HTML report to show the result at a glance. The si 阅读全文
posted @ 2019-11-29 11:05 帅气的俊俊 阅读(1770) 评论(0) 推荐(0)