Advertisement
shauvik

EventLogger Build Fails

Nov 21st, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.10 KB | None | 0 0
  1. shauvik@airavata:/Volumes/Secondary/git/EventLogger$ bash -x run.sh
  2. ++ head -1 app.info
  3. + APP=$'com.alfray.asqare\r'
  4. + UID_FN=/data/local/tmp/app.uid
  5. + adb push app.info /data/local/tmp/
  6. 11 KB/s (27 bytes in 0.002s)
  7. ' adb shell 'am force-stop com.alfray.asqare
  8. WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
  9. ++ adb shell dumpsys package $'com.alfray.asqare\r'
  10. ++ grep userId
  11. ++ awk '-F=| ' '{print $6}'
  12. + curr_uid=
  13. ++ adb shell 'cat /data/local/tmp/app.uid'
  14. ++ tr -d '\r\n'
  15. + old_uid=10060
  16. + '[' '' '!=' 10060 ']'
  17. + echo 'Updating UID'
  18. Updating UID
  19. + adb shell 'echo  > /data/local/tmp/app.uid'
  20. + adb shell 'cat /data/local/tmp/app.uid'
  21.  
  22. + ant build
  23. Buildfile: /Volumes/Secondary/git/EventLogger/build.xml
  24.  
  25. BUILD FAILED
  26. /Volumes/Secondary/git/EventLogger/build.xml:49: Source resource does not exist: /Volumes/Secondary/git/EventLogger/project.properties
  27.  
  28. Total time: 0 seconds
  29. + adb push bin/EventLogger.jar /data/local/tmp/
  30. cannot stat 'bin/EventLogger.jar': No such file or directory
  31. + adb shell /data/local/tmp/haos runtest EventLogger.jar -c com.eventlogger.Logger
  32. Error: /data/local/tmp/EventLogger.jar does not exist
  33. WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
  34. shauvik@airavata:/Volumes/Secondary/git/EventLogger$ android update project -p .
  35. Error: The project either has no target set or the target is invalid.
  36. Please provide a --target to the 'android update' command.
  37. shauvik@airavata:/Volumes/Secondary/git/EventLogger$ android update project -p . -t android-19
  38. Updated and renamed default.properties to project.properties
  39. Updated local.properties
  40. ----------
  41. build.xml: Failed to find version-tag string. File must be updated.
  42. In order to not erase potential customizations, the file will not be automatically regenerated.
  43. If no changes have been made to the file, delete it manually and run the command again.
  44. If you have made customizations to the build process, the file must be manually updated.
  45. It is recommended to:
  46.     * Copy current file to a safe location.
  47.     * Delete original file.
  48.     * Run command again to generate a new file.
  49.     * Port customizations to the new file, by looking at the new rules file
  50.       located at <SDK>/tools/ant/build.xml
  51.     * Update file to contain
  52.           version-tag: custom
  53.       to prevent file from being rewritten automatically by the SDK tools.
  54. ----------
  55. Added file ./proguard-project.txt
  56. shauvik@airavata:/Volumes/Secondary/git/EventLogger$ bash -x run.sh
  57. ++ head -1 app.info
  58. + APP=$'com.alfray.asqare\r'
  59. + UID_FN=/data/local/tmp/app.uid
  60. + adb push app.info /data/local/tmp/
  61. 10 KB/s (27 bytes in 0.002s)
  62. ' adb shell 'am force-stop com.alfray.asqare
  63. WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
  64. ++ adb shell dumpsys package $'com.alfray.asqare\r'
  65. ++ grep userId
  66. ++ awk '-F=| ' '{print $6}'
  67. + curr_uid=
  68. ++ adb shell 'cat /data/local/tmp/app.uid'
  69. ++ tr -d '\r\n'
  70. + old_uid=
  71. + '[' '' '!=' '' ']'
  72. + echo 'UID OK'
  73. UID OK
  74. + ant build
  75. Buildfile: /Volumes/Secondary/git/EventLogger/build.xml
  76.  
  77. -check-env:
  78.  [checkenv] Android SDK Tools Revision 23.0.2
  79.  [checkenv] Installed at /Volumes/Secondary/Tools/adt-bundle-mac/sdk
  80.  
  81. -build-setup:
  82. [getbuildtools] Using latest Build Tools: 20.0.0
  83.      [echo] Resolving Build Target for EventLogger...
  84. [getuitarget] Project Target:   Android 4.4.2
  85. [getuitarget] API level:        19
  86.      [echo] ----------
  87.      [echo] Creating output directories if needed...
  88.     [mkdir] Created dir: /Volumes/Secondary/git/EventLogger/bin
  89.     [mkdir] Created dir: /Volumes/Secondary/git/EventLogger/bin/classes
  90.  
  91. -pre-compile:
  92.  
  93. compile:
  94.     [javac] Compiling 9 source files to /Volumes/Secondary/git/EventLogger/bin/classes
  95.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/Logger.java:13: error: cannot find symbol
  96.     [javac] import com.android.uiautomator.core.UiAutomatorBridge;
  97.     [javac]                                    ^
  98.     [javac]   symbol:   class UiAutomatorBridge
  99.     [javac]   location: package com.android.uiautomator.core
  100.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCase.java:10: error: cannot find symbol
  101.     [javac] import android.os.ServiceManager;
  102.     [javac]                  ^
  103.     [javac]   symbol:   class ServiceManager
  104.     [javac]   location: package android.os
  105.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCase.java:14: error: package com.android.internal.view does not exist
  106.     [javac] import com.android.internal.view.IInputMethodManager;
  107.     [javac]                                 ^
  108.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiDevice.java:9: error: cannot find symbol
  109.     [javac] import com.android.uiautomator.core.UiAutomatorBridge;
  110.     [javac]                                    ^
  111.     [javac]   symbol:   class UiAutomatorBridge
  112.     [javac]   location: package com.android.uiautomator.core
  113.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/Logger.java:22: error: cannot find symbol
  114.     [javac]     private UiAutomatorBridge bridge;
  115.     [javac]             ^
  116.     [javac]   symbol:   class UiAutomatorBridge
  117.     [javac]   location: class Logger
  118.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiDevice.java:18: error: cannot find symbol
  119.     [javac]     private UiAutomatorBridge mBridge;
  120.     [javac]             ^
  121.     [javac]   symbol:   class UiAutomatorBridge
  122.     [javac]   location: class MyUiDevice
  123.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiDevice.java:28: error: cannot find symbol
  124.     [javac]     public void initialize(UiAutomatorBridge uaBridge) {
  125.     [javac]                            ^
  126.     [javac]   symbol:   class UiAutomatorBridge
  127.     [javac]   location: class MyUiDevice
  128.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiDevice.java:33: error: cannot find symbol
  129.     [javac]     public UiAutomatorBridge getUiAutomatorBridge() {
  130.     [javac]            ^
  131.     [javac]   symbol:   class UiAutomatorBridge
  132.     [javac]   location: class MyUiDevice
  133.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:16: error: package junit.textui does not exist
  134.     [javac] import junit.textui.ResultPrinter;
  135.     [javac]                    ^
  136.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:19: error: cannot find symbol
  137.     [javac] import android.app.IInstrumentationWatcher;
  138.     [javac]                   ^
  139.     [javac]   symbol:   class IInstrumentationWatcher
  140.     [javac]   location: package android.app
  141.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:28: error: cannot find symbol
  142.     [javac] import android.test.RepetitiveTest;
  143.     [javac]                    ^
  144.     [javac]   symbol:   class RepetitiveTest
  145.     [javac]   location: package android.test
  146.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:31: error: cannot find symbol
  147.     [javac] import com.android.uiautomator.core.ShellUiAutomatorBridge;
  148.     [javac]                                    ^
  149.     [javac]   symbol:   class ShellUiAutomatorBridge
  150.     [javac]   location: package com.android.uiautomator.core
  151.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:32: error: cannot find symbol
  152.     [javac] import com.android.uiautomator.core.Tracer;
  153.     [javac]                                    ^
  154.     [javac]   symbol:   class Tracer
  155.     [javac]   location: package com.android.uiautomator.core
  156.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:33: error: cannot find symbol
  157.     [javac] import com.android.uiautomator.core.UiAutomationShellWrapper;
  158.     [javac]                                    ^
  159.     [javac]   symbol:   class UiAutomationShellWrapper
  160.     [javac]   location: package com.android.uiautomator.core
  161.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:35: error: cannot find symbol
  162.     [javac] import com.android.uiautomator.testrunner.TestCaseCollector;
  163.     [javac]                                          ^
  164.     [javac]   symbol:   class TestCaseCollector
  165.     [javac]   location: package com.android.uiautomator.testrunner
  166.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:162: error: cannot find symbol
  167.     [javac]     private class FakeInstrumentationWatcher implements IInstrumentationWatcher {
  168.     [javac]                                                         ^
  169.     [javac]   symbol:   class IInstrumentationWatcher
  170.     [javac]   location: class MyUiAutomatorTestRunner
  171.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:373: error: cannot find symbol
  172.     [javac]     protected TestCaseCollector getTestCaseCollector(ClassLoader classLoader) {
  173.     [javac]               ^
  174.     [javac]   symbol:   class TestCaseCollector
  175.     [javac]   location: class MyUiAutomatorTestRunner
  176.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCaseFilter.java:5: error: package com.android.uiautomator.testrunner.TestCaseCollector does not exist
  177.     [javac] import com.android.uiautomator.testrunner.TestCaseCollector.TestCaseFilter;
  178.     [javac]                                                            ^
  179.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCaseFilter.java:7: error: cannot find symbol
  180.     [javac] public class MyUiAutomatorTestCaseFilter implements TestCaseFilter {
  181.     [javac]                                                     ^
  182.     [javac]   symbol: class TestCaseFilter
  183.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:346: error: cannot find symbol
  184.     [javac]     private class SimpleResultPrinter extends ResultPrinter implements ResultReporter {
  185.     [javac]                                               ^
  186.     [javac]   symbol:   class ResultPrinter
  187.     [javac]   location: class MyUiAutomatorTestRunner
  188.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCase.java:110: error: cannot find symbol
  189.     [javac]         IInputMethodManager im = IInputMethodManager.Stub.asInterface(ServiceManager.getService(Context.INPUT_METHOD_SERVICE));
  190.     [javac]         ^
  191.     [javac]   symbol:   class IInputMethodManager
  192.     [javac]   location: class MyUiAutomatorTestCase
  193.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCase.java:110: error: cannot find symbol
  194.     [javac]         IInputMethodManager im = IInputMethodManager.Stub.asInterface(ServiceManager.getService(Context.INPUT_METHOD_SERVICE));
  195.     [javac]                                                                       ^
  196.     [javac]   symbol:   variable ServiceManager
  197.     [javac]   location: class MyUiAutomatorTestCase
  198.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCase.java:110: error: package IInputMethodManager does not exist
  199.     [javac]         IInputMethodManager im = IInputMethodManager.Stub.asInterface(ServiceManager.getService(Context.INPUT_METHOD_SERVICE));
  200.     [javac]                                                     ^
  201.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MainActivity.java:13: error: package R does not exist
  202.     [javac]         setContentView(R.layout.activity_main);
  203.     [javac]                         ^
  204.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MainActivity.java:19: error: package R does not exist
  205.     [javac]         getMenuInflater().inflate(R.menu.main, menu);
  206.     [javac]                                    ^
  207.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MainActivity.java:29: error: package R does not exist
  208.     [javac]         if (id == R.id.action_settings) {
  209.     [javac]                    ^
  210.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:90: error: cannot find symbol
  211.     [javac]         TestCaseCollector collector = getTestCaseCollector(this.getClass().getClassLoader());
  212.     [javac]         ^
  213.     [javac]   symbol:   class TestCaseCollector
  214.     [javac]   location: class MyUiAutomatorTestRunner
  215.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:103: error: cannot find symbol
  216.     [javac]         UiAutomationShellWrapper automationWrapper = new UiAutomationShellWrapper();
  217.     [javac]         ^
  218.     [javac]   symbol:   class UiAutomationShellWrapper
  219.     [javac]   location: class MyUiAutomatorTestRunner
  220.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:103: error: cannot find symbol
  221.     [javac]         UiAutomationShellWrapper automationWrapper = new UiAutomationShellWrapper();
  222.     [javac]                                                          ^
  223.     [javac]   symbol:   class UiAutomationShellWrapper
  224.     [javac]   location: class MyUiAutomatorTestRunner
  225.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:113: error: incompatible types
  226.     [javac]             resultPrinter = new SimpleResultPrinter(System.out, true);
  227.     [javac]                             ^
  228.     [javac]   required: ResultReporter
  229.     [javac]   found:    MyUiAutomatorTestRunner.SimpleResultPrinter
  230.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:121: error: cannot find symbol
  231.     [javac]             mUiDevice.initialize(new ShellUiAutomatorBridge(uiAutomation));
  232.     [javac]                                      ^
  233.     [javac]   symbol:   class ShellUiAutomatorBridge
  234.     [javac]   location: class MyUiAutomatorTestRunner
  235.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:126: error: package Tracer does not exist
  236.     [javac]                 Tracer.Mode mode = Tracer.Mode.valueOf(Tracer.Mode.class, traceType);
  237.     [javac]                       ^
  238.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:126: error: package Tracer does not exist
  239.     [javac]                 Tracer.Mode mode = Tracer.Mode.valueOf(Tracer.Mode.class, traceType);
  240.     [javac]                                                              ^
  241.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:126: error: package Tracer does not exist
  242.     [javac]                 Tracer.Mode mode = Tracer.Mode.valueOf(Tracer.Mode.class, traceType);
  243.     [javac]                                          ^
  244.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:127: error: package Tracer does not exist
  245.     [javac]                 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) {
  246.     [javac]                                   ^
  247.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:127: error: package Tracer does not exist
  248.     [javac]                 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) {
  249.     [javac]                                                               ^
  250.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:132: error: cannot find symbol
  251.     [javac]                     Tracer.getInstance().setOutputFilename(filename);
  252.     [javac]                     ^
  253.     [javac]   symbol:   variable Tracer
  254.     [javac]   location: class MyUiAutomatorTestRunner
  255.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:134: error: cannot find symbol
  256.     [javac]                 Tracer.getInstance().setOutputMode(mode);
  257.     [javac]                 ^
  258.     [javac]   symbol:   variable Tracer
  259.     [javac]   location: class MyUiAutomatorTestRunner
  260.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:166: error: method does not override or implement a method from a supertype
  261.     [javac]         @Override
  262.     [javac]         ^
  263.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:171: error: method does not override or implement a method from a supertype
  264.     [javac]         @Override
  265.     [javac]         ^
  266.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:193: error: method does not override or implement a method from a supertype
  267.     [javac]         @Override
  268.     [javac]         ^
  269.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:281: error: cannot find symbol
  270.     [javac]                 if (testMethod.isAnnotationPresent(RepetitiveTest.class)) {
  271.     [javac]                                                    ^
  272.     [javac]   symbol:   class RepetitiveTest
  273.     [javac]   location: class MyUiAutomatorTestRunner.WatcherResultPrinter
  274.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:282: error: cannot find symbol
  275.     [javac]                     int numIterations = testMethod.getAnnotation(RepetitiveTest.class).numIterations();
  276.     [javac]                                                                  ^
  277.     [javac]   symbol:   class RepetitiveTest
  278.     [javac]   location: class MyUiAutomatorTestRunner.WatcherResultPrinter
  279.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:294: error: cannot find symbol
  280.     [javac]             mPrinter.startTest(test);
  281.     [javac]                     ^
  282.     [javac]   symbol:   method startTest(Test)
  283.     [javac]   location: variable mPrinter of type MyUiAutomatorTestRunner.SimpleResultPrinter
  284.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:304: error: cannot find symbol
  285.     [javac]             mPrinter.addError(test, t);
  286.     [javac]                     ^
  287.     [javac]   symbol:   method addError(Test,Throwable)
  288.     [javac]   location: variable mPrinter of type MyUiAutomatorTestRunner.SimpleResultPrinter
  289.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:314: error: cannot find symbol
  290.     [javac]             mPrinter.addFailure(test, t);
  291.     [javac]                     ^
  292.     [javac]   symbol:   method addFailure(Test,AssertionFailedError)
  293.     [javac]   location: variable mPrinter of type MyUiAutomatorTestRunner.SimpleResultPrinter
  294.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:324: error: cannot find symbol
  295.     [javac]             mPrinter.endTest(test);
  296.     [javac]                     ^
  297.     [javac]   symbol:   method endTest(Test)
  298.     [javac]   location: variable mPrinter of type MyUiAutomatorTestRunner.SimpleResultPrinter
  299.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:346: error: MyUiAutomatorTestRunner.SimpleResultPrinter is not abstract and does not override abstract method startTest(Test) in TestListener
  300.     [javac]     private class SimpleResultPrinter extends ResultPrinter implements ResultReporter {
  301.     [javac]             ^
  302.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:356: error: cannot find symbol
  303.     [javac]             printHeader(runTime);
  304.     [javac]             ^
  305.     [javac]   symbol:   method printHeader(long)
  306.     [javac]   location: class MyUiAutomatorTestRunner.SimpleResultPrinter
  307.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:358: error: cannot find symbol
  308.     [javac]                 printErrors(result);
  309.     [javac]                 ^
  310.     [javac]   symbol:   method printErrors(TestResult)
  311.     [javac]   location: class MyUiAutomatorTestRunner.SimpleResultPrinter
  312.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:359: error: cannot find symbol
  313.     [javac]                 printFailures(result);
  314.     [javac]                 ^
  315.     [javac]   symbol:   method printFailures(TestResult)
  316.     [javac]   location: class MyUiAutomatorTestRunner.SimpleResultPrinter
  317.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:361: error: cannot find symbol
  318.     [javac]             printFooter(result);
  319.     [javac]             ^
  320.     [javac]   symbol:   method printFooter(TestResult)
  321.     [javac]   location: class MyUiAutomatorTestRunner.SimpleResultPrinter
  322.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:367: error: cannot find symbol
  323.     [javac]                 getWriter().printf("Test run aborted due to unexpected exeption: %s", t.getMessage());
  324.     [javac]                 ^
  325.     [javac]   symbol:   method getWriter()
  326.     [javac]   location: class MyUiAutomatorTestRunner.SimpleResultPrinter
  327.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:368: error: cannot find symbol
  328.     [javac]                 t.printStackTrace(getWriter());
  329.     [javac]                                   ^
  330.     [javac]   symbol:   method getWriter()
  331.     [javac]   location: class MyUiAutomatorTestRunner.SimpleResultPrinter
  332.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestRunner.java:374: error: cannot find symbol
  333.     [javac]         return new TestCaseCollector(classLoader, getTestCaseFilter());
  334.     [javac]                    ^
  335.     [javac]   symbol:   class TestCaseCollector
  336.     [javac]   location: class MyUiAutomatorTestRunner
  337.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCaseFilter.java:9: error: method does not override or implement a method from a supertype
  338.     [javac]     @Override
  339.     [javac]     ^
  340.     [javac] /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiAutomatorTestCaseFilter.java:14: error: method does not override or implement a method from a supertype
  341.     [javac]     @Override
  342.     [javac]     ^
  343.     [javac] Note: /Volumes/Secondary/git/EventLogger/src/com/eventlogger/MyUiDevice.java uses or overrides a deprecated API.
  344.     [javac] Note: Recompile with -Xlint:deprecation for details.
  345.     [javac] 57 errors
  346.  
  347. BUILD FAILED
  348. /Volumes/Secondary/Tools/adt-bundle-mac/sdk/tools/ant/uibuild.xml:183: Compile failed; see the compiler error output for details.
  349.  
  350. Total time: 2 seconds
  351. + adb push bin/EventLogger.jar /data/local/tmp/
  352. cannot stat 'bin/EventLogger.jar': No such file or directory
  353. + adb shell /data/local/tmp/haos runtest EventLogger.jar -c com.eventlogger.Logger
  354. Error: /data/local/tmp/EventLogger.jar does not exist
  355. WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
  356. shauvik@airavata:/Volumes/Secondary/git/EventLogger$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement