Java2Smali
Java2Smali copied to clipboard
Hello I have problem with using multiple java file
when I use multiple java file by Import keyword or library error say that file not found can you guide me how to use it for multiple import comand.
If you mean that you are getting errors when trying to convert java files that contain imports to non-standard libraries, it's normal. Java2Smali needs to have all the required sources inside the directory that you are converting.
So if you use a third party library, you should include it in the sources manually.