AndroidManifest.xm::

       android:allowBackup="true"

       android:icon="@drawable/ic_launcher"

       android:label="@string/app_name"

       android:theme="@style/AppTheme" >




在application外面加上:

       android:name="android.test.InstrumentationTestRunner"

       android:targetPackage="com.example.file" />

这是配置单元测试的 基本


   package="com.example.junittest.test"

   android:versionCode="1"

   android:versionName="1.0" >


   


   

       android:name="android.test.InstrumentationTestRunner"

       android:targetPackage="com.example.junittest" />


   

       android:icon="@drawable/ic_launcher"

       android:label="@string/app_name" >