摘要:
一、关于AndroidManifest.xmlAndroidManifest.xml 是每个android程序中必须的文件。它位于整个项目的根目录,描述了package中暴露的组件(activities, services, 等等),他们各自的实现类,各种能被处理的数据和启动位置。 除了能声明程序中的Activities, ContentProviders, Services, 和Intent Receivers,还能指定permissions和instrumentation(安全控制和测试)二、AndroidManifest.xml结构<?xmlversion="1.0&qu
阅读全文
posted @ 2012-11-05 17:49
half-acre
阅读(260)
推荐(0)
编辑
摘要:
命令行demo如下:adb shell am instrument -e class com.autonavi.MinimapAutomationTool#testLayerCancelButton -w com.autonavi/android.test.InstrumentationTestRunner命令解析:start an Instrumentation: am instrument [flags] <COMPONENT> -r: print raw results (otherwise decode REPORT_KEY_STREAMRESULT) -e <NAM
阅读全文
posted @ 2012-11-05 16:39
half-acre
阅读(3453)
推荐(0)
编辑
摘要:
basic elements: istrue isfalse not and or xor available isset equals filesmatch 1、istrue isfalse:断言 真 假<project name="testCondition"> <target name="test"> <condition property="scondition"> <istrue value="true"/> </condition> <a
阅读全文
posted @ 2012-11-05 16:05
half-acre
阅读(1884)
推荐(0)
编辑