• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • Android Junit單元測試4部曲(2)

    發表于:2014-10-29來源:uml.org.cn作者:不詳點擊數: 標簽:單元測試
    第四步:修改AndroidManifest.xml,加入,不然會提示找不到AndroidTestRunner,這里需要注意是這句話是放在applications下面的,我一開始也不知道,放錯了地方,浪

      第四步:修改AndroidManifest.xml,加入,不然會提示找不到AndroidTestRunner,這里需要注意是這句話是放在applications下面的,我一開始也不知道,放錯了地方,浪費了不少時間。

      Xml代碼

    xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:Android=http://schemas.Android.com/apk/res/Android
    package="com.test.sample"
    Android:versionCode="1"
    Android:versionName="1.0">
    <application Android:icon="@drawable/icon" Android:label="@string/app_name" Android:debuggable="true">
                  <activity Android:name=".TestActivity"
    Android:label="@string/app_name">
    <intent-filter>
    <action Android:name="Android.intent.action.MAIN" />
    <category Android:name="Android.intent.category.LAUNCHER" />
    intent-filter>
    activity>
    <uses-library Android:name="Android.test.runner" />
    application>
    <uses-sdk Android:minSdkVersion="4" />
    manifest

    原文轉自:http://www.uml.org.cn/Test/201308013.asp

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>