Java2Smali icon indicating copy to clipboard operation
Java2Smali copied to clipboard

Error: when i import android.util.Log;

Open JarJarBlink opened this issue 1 year ago • 1 comments

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

JarJarBlink avatar May 14 '24 06:05 JarJarBlink

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.

Belluxx avatar May 20 '24 15:05 Belluxx