<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.co ...
分类:
其他好文 时间:
2020-12-07 11:59:50
阅读次数:
4
#include <windows.h> #include "resource.h" LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); HINSTANCE hInst; TCHAR szAppName[] = TEXT("PopMenu"); ...
分类:
其他好文 时间:
2020-12-05 10:55:56
阅读次数:
8
解决AndroidSDK下载和更新失败问题今天更新sdk报错如下:FailedtofetchURLhttp://dl-ssl.google.com/android/repository/addons_list-1.xml.说dl-ssl.google.com在大陆被强了,解决方法就是修改C:\Windows\System32\drivers\etc\hosts文件。添加一行:74.125.237.
分类:
移动开发 时间:
2020-12-05 10:34:40
阅读次数:
16
android测试点整理Android的功能测试点安装\卸载App具体功能点联网(默认的联网方式是什么?WifiorSim卡?网络切换是否有相应的提示说明?飞行模式)程序进入输入功能时,是否正常弹出键盘;键盘是否遮挡了应用需要输入内容的对话框home和程序间多次切换返回上一级操作,退出程序后的提示当离开测试应用一段时间后,在回到测试应用时不能丢失用户数据衡屏竖屏切换时不能丢失用户数据长按某一按钮是
分类:
移动开发 时间:
2020-12-05 10:33:51
阅读次数:
18
解决sdk更新时候报错http://dl-ssl.google.com/android上不去,链接拒绝解决国内访问Google服务器的困难:启动AndroidSDKManager;打开主界面,依次选择「Tools」、「Options...」,弹出『AndroidSDKManager-Settings』窗口;在『AndroidSDKManager-Settings』窗口中,在「HTTPProxySe
分类:
移动开发 时间:
2020-12-05 10:30:33
阅读次数:
11
Android命令Monkey压力测试,详解一、Monkey是什么?Monkey就是SDK中附带的一个工具。二、Monkey测试的目的?:该工具用于进行压力测试。然后开发人员结合monkey打印的日志和系统打印的日志,结局测试中出现的问题。三、Monkey测试的特点?Monkey测试,所有的事件都是随机产生的,不带任何人的主观性。四、Monkey命令详解1).标准的monkey命令[adbshel
分类:
移动开发 时间:
2020-12-05 10:29:33
阅读次数:
12
如何在Root的手机上开启ViewServer,使得HierachyViewer能够连接实现原理HierarchyViewer:获得当前手机实时的UI信息,方便用于手机的自动化测试;python中的subprocess.Popen():调用系统命令;uiautomator工具:获取界面控件信息;adb命令:对手机进行操作;测试环境1、HierarchyViewer将把下一台Android设备的49
分类:
移动开发 时间:
2020-12-05 10:29:10
阅读次数:
12
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:
移动开发 时间:
2020-12-04 11:32:09
阅读次数:
14
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-12-04 11:30:31
阅读次数:
12
package com.example.ccc; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase. ...
分类:
移动开发 时间:
2020-12-03 12:17:14
阅读次数:
9