Closed GoogleCodeExporter closed 8 years ago
Can you provide to me the log of the crash?
Can you tell me what version of RootTools you are using?
Original comment by Stericso...@gmail.com
on 9 Jul 2013 at 2:23
[deleted comment]
RootTools version 2.6
log? Sorry No tag "RootTools" found
logmonitor http://img.ihere.org/uploads/ce8a17b900.png
----Update------
Opp!!! RootTools.Log() run into force close too!!
Original comment by pure....@gmail.com
on 9 Jul 2013 at 2:37
A lot has changed with the beta release of 3.0, so you may want to try that and
see if the issue persists.
Also, just the crash would help, regardless of whether or not it contains the
tag RootTools.
Original comment by Stericso...@gmail.com
on 9 Jul 2013 at 2:40
Now I try to use 3.0 But it force close too.
my app use eclispe blank activity template and add only RootTool.Log() to
method onCreate
Now i have logcat from start application (com.pureexe.testroottool) to force
close https://gist.github.com/pureexe/5957941
Original comment by pure....@gmail.com
on 9 Jul 2013 at 2:49
The issue is that you have not property included the library into your project.
java.lang.NoClassDefFoundError: com.stericson.RootTools
.RootTools
Please see here for information on how to properly include the library into
your project:
https://code.google.com/p/roottools/wiki/Usage
Original comment by Stericso...@gmail.com
on 9 Jul 2013 at 2:52
i include this and compile sussesful
http://img.ihere.org/uploads/3f1e5d0313.png
Original comment by pure....@gmail.com
on 9 Jul 2013 at 2:56
Make sure you do step #4
Navigate to "Order and Export" make sure the box is ticked next to the library,
and move it to the top of the list.
Original comment by Stericso...@gmail.com
on 9 Jul 2013 at 2:59
OK thankyou :D
Now app run correctly
I forgot step#4
Original comment by pure....@gmail.com
on 9 Jul 2013 at 3:03
Original issue reported on code.google.com by
pure....@gmail.com
on 9 Jul 2013 at 1:38