chenke
2017-07-20 41bc5a329c73e3b43695f73f11c47c97c44cc1b6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.bsk.zhangbo.demoforbsk.test" >
 
    <uses-sdk
        android:minSdkVersion="19"
        android:targetSdkVersion="23" />
 
    <instrumentation
        android:name="android.support.test.runner.AndroidJUnitRunner"
        android:functionalTest="false"
        android:handleProfiling="false"
        android:label="Tests for com.bsk.zhangbo.demoforbsk"
        android:targetPackage="com.bsk.zhangbo.demoforbsk" />
 
    <application>
        <uses-library android:name="android.test.runner" />
    </application>
 
</manifest>