ADT #1715616: "New Android Test Project" wizard.

Also updates eclipse/changes.txt
This commit is contained in:
Raphael
2009-05-07 19:27:46 -07:00
parent 1f012b193f
commit 0b62151cda
21 changed files with 2282 additions and 451 deletions

View File

@@ -5,6 +5,8 @@
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="APPLICATION_NAME">
ACTIVITIES
TEST-USES-LIBRARY
</application>
USES-SDK
TEST-INSTRUMENTATION
</manifest>

View File

@@ -0,0 +1 @@
<instrumentation android:targetPackage="TEST_TARGET_PCKG" android:name="android.test.InstrumentationTestRunner" />

View File

@@ -0,0 +1 @@
<uses-library android:name="android.test.runner" />