Java2Smali
Java2Smali copied to clipboard
This tool converts java code to smali
Hello, I was trying to run the software and got this error: ``` java.lang.RuntimeException: .__compiled: file not found at com.android.dex.util.FileUtils.readFile(FileUtils.java:51) at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:168) at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:143) at com.android.dx.command.dexer.Main.processOne(Main.java:678) at com.android.dx.command.dexer.Main.processAllFiles(Main.java:575) at com.android.dx.command.dexer.Main.runMonoDex(Main.java:310)...
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.
My java code is using Log.d(...); The tool said: error: package android.util does not exist. How do i solve it ?
As of now only Java's standard libraries are supported, so it would be nice to support external JARs/libs.
Why not package it as an IDEA plugin for distribution, the old version of the IDEA plugin java2smail does not support the latest version of IDEA, I have always hoped...