在 AndroidManifest.xml 的 <application></application>標籤中加入以下語句:android
<uses-library android:name="android.test.runner"/>app
在 AndroidManifest.xml 的 <manifest></manifest>標籤中加入以下語句:spa
<instrumentation
xml
android:name="android.test.InstrumentationTestRunner"繼承
android:targetPackage="com.example.log"get
android:label="Tests for My App"it
/>io
在src文件夾中建立 TestCase 必須繼承 AndroidTestCasetest