yuchen931201 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

PlatformTestMojo requires PATH #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up your development environment according to GettingStarted, without 
setting PATH.
2. Build and run through the Samples.
3.

What is the expected output?
It should work.

What do you see instead?
[INFO] [android:platformTest]
[INFO] adb [shell, am, instrument, -w, 
com.example.android.apis.tests/android.test.InstrumentationTestRunner]
[ERROR] 'adb' is not recognized as an internal or external command,
[ERROR] operable program or batch file.
[ERROR]
[ERROR] 'adb' is not recognized as an internal or external command,operable 
program or batch file.
[INFO] --------------------------------------------------------------------
----
[ERROR] BUILD FAILURE
[INFO] --------------------------------------------------------------------
----

What version of maven-android-plugin are you using?
2.0.0-alpha4

What is the output of "mvn -version" on your machine?
Maven version: 2.0.9
Java version: 1.6.0_14
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

Please use labels and text to provide additional information.

Original issue reported on code.google.com by hugo.josefson.old@gmail.com on 21 Jun 2009 at 10:28

GoogleCodeExporter commented 9 years ago

Original comment by hugo.josefson.old@gmail.com on 21 Jun 2009 at 10:30

GoogleCodeExporter commented 9 years ago
Works in 2.0.0-alpha5-SNAPSHOT.

Original comment by hugo.josefson.old@gmail.com on 21 Jun 2009 at 10:50