You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to run the UnixBench tests of 0xbench. However, I didn't get any result
for that because I don't have the binaries for the tests in the /system/bin
directory. Hence, I tried to build the apk and binaries using SDK, eclipse, and
NDK as described in the Wiki. However, when I create the Benchmark project
using eclipse, I always get the following errors:
1. Benchmark cannot be resolved to a
variable Case.java /Benchmark/src/org/zeroxlab/zeroxbenchmark line 42 Java
Problem
2. Case cannot be
resolved Tester.java /Benchmark/src/org/zeroxlab/benchmark line 60 Java Problem
and so on.
I guess the above problem is for the following line in Case.java
abstract public ArrayList<Scenario> getScenarios ();
here the compiler cannot resolve what is Scenario.
I would be very much grateful if you would please help me in this regard.
Thanks.
Syed Rafiul Hussain
Original issue reported on code.google.com by rafiul1...@gmail.com on 19 Jun 2012 at 4:08
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
rafiul1...@gmail.com
on 19 Jun 2012 at 4:08The text was updated successfully, but these errors were encountered: