[android-developers] fail to build uiautomator jar.
Hi ,
I am trying to use UiAutomator tools to test android project. i use the below command to create build.xml
<android-sdk>/tools/android create uitest-project -n <name> -t 1 -p <path>
but when i try to create jar with below command.
ant build
but get exception
Buildfile: C:\RemoteMaxWorkSpace\build.xml
-check-env:
[checkenv] Android SDK Tools Revision 22.3.0
[checkenv] Installed at C:\ASHISH_OLD_ DATA\Android SelfDownload\adt-bundle-win
-x86-20130522\sdk
-build-setup:
[getbuildtools] Using latest Build Tools: 19.0.0
[echo] Resolving Build Target for ZUiAutomterA...
[getuitarget] Project Target: Android 4.2.2
[getuitarget] API level: 17
[echo] ----------
[echo] Creating output directories if needed...
-pre-compile:
compile:
-post-compile:
-dex:
[dex] input: C:\RemoteMaxWorkSpace\bin\classes
[dex] Converting compiled files and external libraries into C:\RemoteMaxWo
ace\bin\classes.dex...
[dx] no classfiles specified
BUILD FAILED
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home