I'm trying to import roottools from here: https://code.google.com/p/roottools/ (jar file) to the Android Studio project. So far I've tried the following:
- copy RootTools-javadoc-3.4.jar into libs directory under my project.
- Add imports
- Reorganize imports.
- Rebuild project
But still I don't have "acces" to it's methods. Is it possible that is only compatible with Eclipse?