Android Studio 測試

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.wow.db" >


    <instrumentation
        android:name="android.test.InstrumentationTestRunner"
        android:targetPackage="com.wow.db" />

    <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
        <uses-library android:name="android.test.runner" />
        <activity
            android:name=".MainActivity"
            android:label="@string/app_name" >

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章