Belluxx/Java2Smali

Error: when i import android.util.Log;

JarJarBlink opened this issue · 1 comments

My java code is using Log.d(...); The tool said: error: package android.util does not exist.
How do i solve it ?

Java2Smali only supports the libraries available in the JDK, so the moment there is no support for external libraries like the Android SDK.
This does not mean that it's impossible, with some tweaks it could work with external libraries.