Java2Smali icon indicating copy to clipboard operation
Java2Smali copied to clipboard

Hello I have problem with using multiple java file

Open allcpu opened this issue 2 years ago • 1 comments

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.

allcpu avatar Sep 14 '23 02:09 allcpu

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.

Belluxx avatar Dec 19 '23 15:12 Belluxx